dash-stack/.gitignore
Paarhati Ozkasgarli 34af7eadf4 Missing contrib/AdminLTE/dist Directory Fix
In .gitignore file "dist/" line makes contrib/AdminLTE/dist
directory to be ignored by git. This change will fix the
problem and adds dist directory with all the files.

Change-Id: I8f25504be9b09b347f4f0df3245bcadfea59fbb7
2017-02-05 23:53:07 +03:00

65 lines
784 B
Plaintext

.idea/
.Trash-1000/
*.pyc
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/
# Translations
*.mo
*.pot
# Django stuff:
*.log
# Sphinx documentation
docs/_build/
# PyBuilder
target/
#Ipython Notebook
.ipynb_checkpoints