This website works better with JavaScript
Home
Explore
Help
Register
Sign In
babolivier
/
sparrow
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add node_modules to gitignore
Brendan Abolivier
7 years ago
parent
68309c3dfd
commit
f52879d0f4
Signed by:
Brendan Abolivier
<contact@brendanabolivier.com>
GPG key ID:
8EF1500759F70623
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
.gitignore
+ 3
- 0
.gitignore
View File
@@ -1,3 +1,6 @@
1
+# npm modules
2
+node_modules
3
+
1
4
# tmp files
2
5
.*.swp
3
6