github.com/lauslim12/expert-systems@v0.0.0-20221115131159-018513aad29c/.gitignore (about) 1 # IDE 2 .vscode 3 4 # Go 5 # Binaries for programs and plugins 6 *.exe 7 *.exe~ 8 *.dll 9 *.so 10 *.dylib 11 12 # Test binary, built with `go test -c` 13 *.test 14 15 # Output of the go coverage tool, specifically when used with LiteIDE 16 *.out 17 18 # Dependency directories (remove the comment below to include it) 19 # vendor/ 20 21 # React 22 # Dependencies 23 node_modules/ 24 25 # Testing 26 coverage/ 27 28 # Production 29 build/ 30 31 # Misc 32 .DS_Store 33 .env.local 34 .env.development.local 35 .env.test.local 36 .env.production.local 37 38 # Debug 39 npm-debug.log* 40 yarn-debug.log* 41 yarn-error.log*