From 5335334398ca7710540622d1a1fa3ac3aca70a0c Mon Sep 17 00:00:00 2001 From: CrispyBaguette Date: Sat, 11 Dec 2021 14:20:22 +0100 Subject: [PATCH] gitignores --- .gitignore | 16 +--------------- client/.gitignore | 46 ++++++++++++++++++++++++++++++++++++++++++++++ src/.gitignore | 15 +++++++++++++++ 3 files changed, 62 insertions(+), 15 deletions(-) create mode 100644 client/.gitignore create mode 100644 src/.gitignore diff --git a/.gitignore b/.gitignore index 66fd13c..917660a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1 @@ -# Binaries for programs and plugins -*.exe -*.exe~ -*.dll -*.so -*.dylib - -# Test binary, built with `go test -c` -*.test - -# Output of the go coverage tool, specifically when used with LiteIDE -*.out - -# Dependency directories (remove the comment below to include it) -# vendor/ +*.wasm \ No newline at end of file diff --git a/client/.gitignore b/client/.gitignore new file mode 100644 index 0000000..9500438 --- /dev/null +++ b/client/.gitignore @@ -0,0 +1,46 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# 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* +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# 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* diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..66fd13c --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,15 @@ +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/