Skip to content

Commit f1a3f2a

Browse files
committed
where did the gitignore go? o_O
1 parent 9f0cd8b commit f1a3f2a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.gitignore

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.DS_Store
2+
.idea
3+
*.iml
4+
5+
# Dependency directory
6+
# Commenting this out is preferred by some people, see
7+
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
8+
node_modules
9+
10+
# Browserify cache & build files
11+
bundle.js
12+
.bundle.js
13+
14+
# build
15+
/lib/
16+
17+
# NPM debug
18+
npm-debug.log
19+
npm-debug.log*
20+
21+
docs/build

0 commit comments

Comments
 (0)