Ver Fonte

fix: merge multiple .gitignore to unify management (#61)

Binyuan Hui há 2 anos atrás
pai
commit
a94f3d81cb
4 ficheiros alterados com 29 adições e 28 exclusões
  1. 29 0
      .gitignore
  2. 0 3
      agent/.gitignore
  3. 0 24
      frontend/.gitignore
  4. 0 1
      server/.gitignore

+ 29 - 0
.gitignore

@@ -159,3 +159,32 @@ cython_debug/
 #  option (not recommended) you can uncomment the following to ignore the entire idea folder.
 .idea/
 .vscode/
+
+# frontend
+
+# dependencies
+frontend/node_modules
+frontend/.pnp
+.pnp.js
+
+# testing
+frontend/coverage
+
+# production
+frontend/build
+frontend/dist
+
+# misc
+.DS_Store
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local
+
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+
+# agent
+.envrc
+agent/workspace

+ 0 - 3
agent/.gitignore

@@ -1,3 +0,0 @@
-.envrc
-__pycache__
-./workspace

+ 0 - 24
frontend/.gitignore

@@ -1,24 +0,0 @@
-# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
-
-# dependencies
-/node_modules
-/.pnp
-.pnp.js
-
-# testing
-/coverage
-
-# production
-/build
-/dist
-
-# misc
-.DS_Store
-.env.local
-.env.development.local
-.env.test.local
-.env.production.local
-
-npm-debug.log*
-yarn-debug.log*
-yarn-error.log*

+ 0 - 1
server/.gitignore

@@ -1 +0,0 @@
-__pycache__