.gitignore 853 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # Generated by Cargo
  2. # will have compiled files and executables
  3. # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
  4. # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
  5. # backend
  6. /target/
  7. # These are backup files generated by rustfmt
  8. **/*.rs.bk
  9. **/target/
  10. **/*.db
  11. .idea/
  12. **/temp/**
  13. .ruby-version
  14. package-lock.json
  15. yarn.lock
  16. node_modules
  17. **/.proto_cache
  18. **/.cache
  19. **/.DS_Store
  20. **/src/protobuf
  21. **/resources/proto
  22. frontend/.vscode/*
  23. !frontend/.vscode/settings.json
  24. !frontend/.vscode/tasks.json
  25. !frontend/.vscode/launch.json
  26. !frontend/.vscode/extensions.json
  27. !frontend/.vscode/*.code-snippets
  28. # Commit the highest level pubspec.lock, but ignore the others
  29. pubspec.lock
  30. !frontend/app_flowy/pubspec.lock
  31. # ignore tool used for commit linting
  32. .githooks/gitlint
  33. .githooks/gitlint.exe