Update gitignore file
This commit is contained in:
parent
db9e8d788d
commit
a28a8f4678
34
.gitignore
vendored
34
.gitignore
vendored
@ -1,2 +1,32 @@
|
|||||||
/*.sublime*
|
composer.lock
|
||||||
/vendor
|
composer.phar
|
||||||
|
|
||||||
|
vendor
|
||||||
|
|
||||||
|
# IntelliJ project files
|
||||||
|
*.iml
|
||||||
|
*.iws
|
||||||
|
*.ipr
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
# eclipse project file
|
||||||
|
.settings/
|
||||||
|
.classpath
|
||||||
|
.project
|
||||||
|
|
||||||
|
# NetBeans specific
|
||||||
|
nbproject/private/
|
||||||
|
build/
|
||||||
|
nbbuild/
|
||||||
|
dist/
|
||||||
|
nbdist/
|
||||||
|
nbactions.xml
|
||||||
|
nb-configuration.xml
|
||||||
|
|
||||||
|
# Sublime Text
|
||||||
|
*.sublime-workspace
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
.Trashes
|
||||||
|
*~
|
4460
composer.lock
generated
4460
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user