Skip to content

Commit

Permalink
Declare resources to exclude from version control
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Aug 5, 2016
1 parent ca0c0cc commit 04d69e3
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## Mac OS/X
.apdisk
.AppleDB
.AppleDesktop
.AppleDouble
.DS_Store
.LSOverride
._*


## IDE-specific
sftp-config.json
.project


## Windows
Desktop.ini
Thumbs.db
ehthumbs.db
$RECYCLE.BIN/
*.lnk


## Other
error_log
node_modules
components
npm-debug.log
.apl.history

0 comments on commit 04d69e3

Please sign in to comment.