Update .gitignore
This commit is contained in:
parent
d85741a3a1
commit
793763681d
|
|
@ -1,43 +1,9 @@
|
||||||
# Compiled source #
|
|
||||||
###################
|
|
||||||
*.com
|
|
||||||
*.class
|
|
||||||
*.dll
|
|
||||||
*.exe
|
|
||||||
*.o
|
|
||||||
*.so
|
|
||||||
*.pyc
|
|
||||||
|
|
||||||
# Packages #
|
|
||||||
############
|
|
||||||
# it's better to unpack these files and commit the raw source
|
|
||||||
# git has its own built in compression methods
|
|
||||||
*.7z
|
|
||||||
*.dmg
|
|
||||||
*.gz
|
|
||||||
*.iso
|
|
||||||
*.jar
|
|
||||||
*.rar
|
|
||||||
*.tar
|
|
||||||
*.zip
|
|
||||||
*.phar
|
|
||||||
|
|
||||||
# Logs and databases #
|
|
||||||
######################
|
|
||||||
*.log
|
|
||||||
*.sql
|
|
||||||
*.sqlite
|
*.sqlite
|
||||||
*.sqlite-journal
|
*.sqlite-journal
|
||||||
|
|
||||||
# IDE generated files #
|
|
||||||
######################
|
|
||||||
.buildpath
|
.buildpath
|
||||||
.project
|
.project
|
||||||
/.settings/
|
/.settings/
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
# OS generated files #
|
|
||||||
######################
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
ehthumbs.db
|
ehthumbs.db
|
||||||
Icon?
|
Icon?
|
||||||
|
|
@ -46,14 +12,9 @@ Thumbs.db
|
||||||
.*.swp
|
.*.swp
|
||||||
*~
|
*~
|
||||||
*.out
|
*.out
|
||||||
|
*.log
|
||||||
# Vagrant #
|
|
||||||
###########
|
|
||||||
.vagrant
|
.vagrant
|
||||||
|
|
||||||
# App specific #
|
|
||||||
################
|
|
||||||
config.php
|
config.php
|
||||||
data/files
|
data/files
|
||||||
data/cache
|
data/cache
|
||||||
/vendor
|
/vendor
|
||||||
Loading…
Reference in New Issue