antissoft
/
antissoft.dati.admin
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
f71be911fe266f6ecf836a376d9060aa2c9284e0
Authored by
wangming
2022-02-07 11:16:30 +0800
0 parents
项目初始化
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
.gitignore
.gitignore
0 → 100644
View file @
f71be91
1
+++ a/.gitignore
1
+.DS_Store
2
+node_modules/
3
+dist/
4
+npm-debug.log*
5
+yarn-debug.log*
6
+yarn-error.log*
7
+package-lock.json
8
+tests/**/coverage/
9
+
10
+# Editor directories and files
11
+.idea
12
+.vscode
13
+*.suo
14
+*.ntvs*
15
+*.njsproj
16
+*.sln
...
...