Add .gitignore file
This commit is contained in:
parent
f0497eccf1
commit
35a7efba60
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
# OS generated files
|
||||||
|
.DS_Store
|
||||||
|
.DS_Store?
|
||||||
|
._*
|
||||||
|
.Trashes
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Ignore temporary office docs
|
||||||
|
~$*
|
||||||
|
|
||||||
|
# The active config file copied from config-dist.php
|
||||||
|
config.php
|
||||||
|
|
||||||
|
# Vim
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
|
# SQLite
|
||||||
|
*.sqlite
|
||||||
|
|
||||||
|
# sass generated files
|
||||||
|
.sass-cache/
|
||||||
|
install/.sass-cache/
|
||||||
|
compressed
|
||||||
|
*.map
|
||||||
|
|
||||||
|
# IDE generated
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
# Composer "vendor" libraries
|
||||||
|
vendor/
|
||||||
|
|
||||||
|
# Uploaded images
|
||||||
|
albums/*
|
||||||
|
!albums/index.php
|
Loading…
Reference in New Issue
Block a user