Shannon_mu há 3 anos atrás
pai
commit
6eda20f60b
1 ficheiros alterados com 21 adições e 0 exclusões
  1. 21 0
      commandCenter/.gitignore

+ 21 - 0
commandCenter/.gitignore

@@ -0,0 +1,21 @@
+.DS_Store
+node_modules
+/dist
+example.html
+# local env files
+.env.local
+.env.*.local
+
+# Log files
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+
+# Editor directories and files
+.idea
+.vscode
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.sw*