Skip to content

Commit 8f97fd1

Browse files
committed
第一次提交
0 parents  commit 8f97fd1

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

.gitignore

+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# 前端项目
2+
3+
## 生成文件
4+
_*/
5+
dist/
6+
package-lock.json
7+
yarn.lock
8+
shrinkwrap.yaml
9+
10+
## Node.js
11+
node_modules/
12+
jspm_packages/
13+
bower_components/
14+
.nyc_output/
15+
coverage/
16+
.eslintcache
17+
18+
# 编辑器
19+
20+
## Sublime
21+
*.sublime-workspace
22+
23+
## Webstorm
24+
.idea/
25+
*.iws
26+
27+
## Visual Studio
28+
.vs/
29+
**/[Bb]in/[Dd]ebug/
30+
**/[Bb]in/[Rr]elease/
31+
[Oo]bj/
32+
*.sln.*
33+
*.vshost.*
34+
*.suo
35+
*.user
36+
_ReSharper*/
37+
*.ReSharper
38+
.ntvs_analysis.dat
39+
**/[Bb]in/Microsoft.NodejsTools.WebRole.dll
40+
41+
# 操作系统
42+
43+
## 临时文件
44+
*.tmp
45+
*.log
46+
*~
47+
._*
48+
49+
## Windows
50+
$RECYCLE.BIN/
51+
Desktop.ini
52+
ehthumbs.db
53+
Thumbs.db
54+
55+
## OSX
56+
.DS_Store

0 commit comments

Comments
 (0)