Skip to content

Commit 064a85c

Browse files
committed
Simplify .gitignore
This removes the cruft that's grown over time in the .gitignore file with a message about how to create global .gitignore files. As discussed in #879
1 parent 797e7e3 commit 064a85c

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.gitignore

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
*.swp
2-
*~
3-
*.iml
4-
.*.haste_cache.*
5-
.DS_Store
6-
.idea
7-
npm-debug.log
1+
# This .gitignore only ignores files specific to this repository.
2+
# If you see other files generated by your OS or tools you use, consider
3+
# creating a global .gitignore file.
4+
#
5+
# https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
6+
# https://www.gitignore.io/
87

98
node_modules
109
coverage
1110
dist
12-
.vscode

0 commit comments

Comments
 (0)