Files
Cultivation/.gitignore
Kirill 5bd4f3ff6e chore: bump rust deps
Bump rust dependencies and apply cargo fmt/clippy fixes
2022-11-17 23:41:08 +03:00

29 lines
360 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
.idea
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# moved lang files
/lang
package-lock.json