pluto90 commited on
Commit
5e47fb2
·
verified ·
1 Parent(s): 20a8e92

Upload .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +21 -0
.gitignore ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Logs
2
+ logs
3
+ *.log
4
+ npm-debug.log*
5
+ yarn-debug.log*
6
+ yarn-error.log*
7
+ pnpm-debug.log*
8
+ lerna-debug.log*
9
+
10
+ .env
11
+
12
+ # Editor directories and files
13
+ .vscode/*
14
+ !.vscode/extensions.json
15
+ .idea
16
+ .DS_Store
17
+ *.suo
18
+ *.ntvs*
19
+ *.njsproj
20
+ *.sln
21
+ *.sw?