1
0
mirror of https://github.com/danog/gift.git synced 2024-11-26 20:04:47 +01:00

ignore editor files in gitignore

This commit is contained in:
Wil Chung 2014-03-05 18:32:05 -08:00
parent 06e335a875
commit 4dd101ffc0

15
.gitignore vendored
View File

@ -1,2 +1,13 @@
lib
node_modules
# ignore emacs and other editor files
*~
\#*\#
.\#*
*.swp
*.swo
src/*.js
test/*.js
lib/
node_modules/