Skip to content

Commit 972b988

Browse files
committed
Create .gitignore
1 parent 73b8c2c commit 972b988

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: .gitignore

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/.idea
2+
.DS_Store
3+
npm-debug.log
4+
/html
5+
/mobile
6+
*.zip
7+
*.iml
8+
*.css.map
9+
.project
10+
/.settings
11+
/node_modules
12+
/dist
13+
/shop
14+
/site
15+
**/temp/
16+
/dev/temp
17+
package-lock.json

0 commit comments

Comments
 (0)