gitignore
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
|||||||
|
.DS_Store
|
||||||
|
node_modules/
|
||||||
|
client/dist/
|
||||||
|
bin/
|
||||||
|
obj/
|
||||||
|
packages/
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
.vs/
|
||||||
|
.hg/
|
||||||
|
.hgignore
|
||||||
|
dist/
|
||||||
|
Output/
|
||||||
|
|
||||||
|
# Editor directories and files
|
||||||
|
.idea
|
||||||
|
.vscode
|
||||||
|
*.suo
|
||||||
|
*.ntvs*
|
||||||
|
*.njsproj
|
||||||
|
/ConsoleApp1
|
||||||
Reference in New Issue
Block a user