X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2F.gitignore;fp=server%2F.gitignore;h=20ffe9f01bfd3d49baae8188d6c20ff7231bdbd2;hb=625022fdcf750f0aff8fcd699f7e9b89730e1d10;hp=0000000000000000000000000000000000000000;hpb=b955c65b942d09d24b5c3bed0d755d4f2f8f71f1;p=vchess.git diff --git a/server/.gitignore b/server/.gitignore new file mode 100644 index 00000000..20ffe9f0 --- /dev/null +++ b/server/.gitignore @@ -0,0 +1,42 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Temp files +*.swp +*~ + +# Various files +/db/vchess.sqlite +/config/parameters.js +/serve/ + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variables file +.env