Skip to content

Commit

Permalink
Extend list of ignored filetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Dec 20, 2019
1 parent 8b3b089 commit 970a3ac
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
.DS_Store
Thumbs.db
coverage
Desktop.ini
node_modules
package-lock.json
.nyc_output
._*
.\#*
\#*\#
*~
*.log
*.lock
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
/test.*

0 comments on commit 970a3ac

Please sign in to comment.