judicial-hy
/
0.200103
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
0905b81cedc398cf4ce9e24182d7bcfc508cd742
Authored by
sh
2020-01-13 15:07:55 +0800
1 parent
d8268883
新增gitignore文件
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
.gitignore
.gitignore
0 → 100644
View file @
0905b81
1
+.DS_Store
2
+# node_modules/
3
+dist/
4
+# npm-debug.log*
5
+# yarn-debug.log*
6
+# yarn-error.log*
7
+
8
+# Editor directories and files
9
+# .idea
10
+# *.suo
11
+# *.ntvs*
12
+# *.njsproj
13
+# *.sln
...
...