.gitignore 231 B

123456789101112131415161718192021222324
  1. .env
  2. *.deb
  3. *.rpm
  4. # Additional package locks
  5. pnpm-lock.yaml
  6. yarn.lock
  7. # Go binaries and test artifacts
  8. main
  9. *.test
  10. node_modules
  11. # MacOS
  12. .DS_store
  13. # Intellij
  14. .idea
  15. # how does this get here
  16. doc/VERSION
  17. web/static/locales/*.json