Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
99a735d9f5ca5059b6a774b8c49276299464df7d
Authored by
zhiyangdu
2020-03-25 17:40:14 +0800
1 parent
7d78f7fb
git init
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
.gitignore
.gitignore
0 → 100644
View file @
99a735d
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
+.vscode
11
+*.suo
12
+*.ntvs*
13
+*.njsproj
14
+*.sln
15
+/dist.zip
...
...