Created
June 29, 2017 14:29
-
-
Save 4yvi/6d55b4bb8ad86f5b368df4d461f55f8a to your computer and use it in GitHub Desktop.
Дефолтный .gitignore файл для проектов на bitrix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Ide # | |
.classpath | |
.project | |
.settings | |
.idea | |
.metadata | |
*.iml | |
*.ipr | |
# Compiled source # | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # | |
*.7z | |
*.dmg | |
*.gz | |
*.iso | |
*.jar | |
*.rar | |
*.tar | |
*.zip | |
# Logs and databases # | |
*.log | |
*.sql | |
*.sqlite | |
# OS generated files # | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db | |
# Bitrix # | |
/upload/* | |
/bitrix/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment