aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authors1n <[email protected]>2019-07-24 04:07:54 -0700
committerGitHub <[email protected]>2019-07-24 04:07:54 -0700
commitaddf28c78b0e6fd2c9ea7926cfba88586393aaf6 (patch)
tree02559e8a771197614089fb28146d3bc440a0d9e0
parentInitial commit (diff)
downloadwallet-addf28c78b0e6fd2c9ea7926cfba88586393aaf6.tar.xz
wallet-addf28c78b0e6fd2c9ea7926cfba88586393aaf6.zip
Create .gitignore
-rw-r--r--.gitignore26
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..344b8d6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,26 @@
+# See https://help.github.com/ignore-files/ for more about ignoring files.
+
+# dependencies
+/node_modules
+
+# testing
+/coverage
+
+# production
+/build
+
+# misc
+.DS_Store
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local
+
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+
+/lambda
+
+# ide
+.idea