Yuki Takei 4 лет назад
Родитель
Сommit
db7b299cb6
4 измененных файлов с 35 добавлено и 35 удалено
  1. 32 0
      .gitignore
  2. 0 34
      packages/app/.gitignore
  3. 1 0
      packages/slack/.gitignore
  4. 2 1
      packages/slackbot-proxy/.gitignore

+ 32 - 0
.gitignore

@@ -0,0 +1,32 @@
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
+
+# dependencies
+node_modules
+/.pnp
+.pnp.js
+
+# testing
+coverage
+
+# misc
+.DS_Store
+*.pem
+.Trash-*
+ehthumbs.db
+Thumbs.db
+
+# debug
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+
+# local env files
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local
+
+# IDE, dev #
+.idea
+*.orig
+*.code-workspace

+ 0 - 34
packages/app/.gitignore

@@ -1,13 +1,3 @@
-# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
-
-# dependencies
-node_modules
-/.pnp
-.pnp.js
-
-# testing
-coverage
-
 # next.js
 # next.js
 /.next/
 /.next/
 /out/
 /out/
@@ -35,28 +25,4 @@ coverage
 /__build__/**
 /__build__/**
 /src/*/dist/
 /src/*/dist/
 /.awcache
 /.awcache
-.webpack.json
 /compiled/
 /compiled/
-
-# misc
-.DS_Store
-*.pem
-.Trash-*
-ehthumbs.db
-Thumbs.db
-
-# debug
-npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
-
-# local env files
-.env.local
-.env.development.local
-.env.test.local
-.env.production.local
-
-# IDE, dev #
-.idea
-*.orig
-*.code-workspace

+ 1 - 0
packages/slack/.gitignore

@@ -0,0 +1 @@
+/dist

+ 2 - 1
packages/slackbot-proxy/.gitignore

@@ -1 +1,2 @@
-src/public/bootstrap
+/dist
+/src/public/bootstrap