Skip to content

Commit

Permalink
#1 was added .gitignore to root dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
marheva committed Nov 18, 2017
1 parent 835bb7a commit af36083
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#On production. dir. **dest** comment if production
[De]est/**/*

#On production. project files uncomment all if production
#[Ss]rc/
#.eslintrc.js
#gulpfile.js
#package-lock.json
#package.json

######################
node_modules
trash
Error.log
.DS_Store
.DS_Store?
.Spotlight-V100
.Trashes
ehthumbs.db
[Tt]humbs.db
.sass-cache
.tmp
.rvmrc
.trashes
*~

0 comments on commit af36083

Please sign in to comment.