gitignore에서 d_setting 폴더 관련 변경

- 기타 예전 python 코드에서 사용하던 gitignore 파트 삭제
- 누락되었던 파일 추가
This commit is contained in:
2018-03-27 01:09:55 +09:00
parent 2b9d47870b
commit b9d21c29c0
6 changed files with 3688 additions and 106 deletions
+8 -106
View File
@@ -5,112 +5,11 @@
!.vscode/extensions.json
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# 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
.static_storage/
.media/
local_settings.py
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version
# celery beat schedule file
celerybeat-schedule
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
# 체섭 ignore
*.log
logs/*.txt
d_log/*.txt
sess_*
@@ -126,6 +25,9 @@ d_pic/*.jpg
d_pic/*.gif
d_pic/*.png
d_setting/KakaoKey.php
d_setting/RootDB.php
*/d_setting/DB.php
d_setting/*.php
!d_setting/*.orig.php
!d_setting/_*.php
*/d_setting/*.php
!*/d_setting/*.orig.php
!*/d_setting/_*.php