Skip to content

Commit 4dab56a

Browse files
allaudettalyssonoc
authored andcommitted
Improve gitignore (#21)
* Add comments to .gitignore Helps to identify the reason why each item is ignored and also ends up better structured. * .gitignore: Add thumbnails, vim and intellij IDE files - thumbnails: autogenerated OS icons - vim and intellij: two of the most used IDEs
1 parent 4618ec6 commit 4dab56a

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

.gitignore

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
1+
# Logs
12
*.log
2-
node_modules
3+
4+
# Node
5+
node_modules/
6+
7+
# Project specific
38
config/database.js
9+
10+
# Unit test / coverage reports
411
coverage/
512
.nyc_output
6-
.DS_STORE
13+
14+
# OS auto-generated files
15+
.DS_Store
16+
._*
17+
18+
19+
# Vim
20+
*~
21+
*.swp
22+
*.swo
23+
24+
# IDE files
25+
.idea/

0 commit comments

Comments
 (0)