Browse Source

Add gitignore config

pull/17/head
sim2github 11 years ago
parent
commit
52d4381498
1 changed files with 15 additions and 0 deletions
  1. +15
    -0
      .gitignore

+ 15
- 0
.gitignore View File

@ -0,0 +1,15 @@
# FILES IGNORED BY GIT
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# PHPStorm files
.idea/
# Cache files
cms/cache/*

Loading…
Cancel
Save