Skip to content

Commit e11f953

Browse files
authored
Merge pull request #520 from justinsb/gitignore_temp_files
.gitignore: Add temp files
2 parents fd32f8b + 0f042f9 commit e11f953

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22

33
# Not check in node_modules to a specific arch and os.
44
docs/book/node_modules/
5+
6+
# Editor temp files
7+
*~
8+
\#*#

0 commit comments

Comments
 (0)