.gitignore 929 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. **/resources/proto
  21. !frontend/.vscode/settings.json
  22. !frontend/.vscode/tasks.json
  23. !frontend/.vscode/launch.json
  24. !frontend/.vscode/extensions.json
  25. !frontend/.vscode/*.code-snippets
  26. # Commit the highest level pubspec.lock, but ignore the others
  27. pubspec.lock
  28. !frontend/appflowy_flutter/pubspec.lock
  29. # ignore tool used for commit linting
  30. .githooks/gitlint
  31. .githooks/gitlint.exe
  32. .fvm/
  33. **/AppFlowy-Collab/
  34. # ignore the deb filegit
  35. frontend/package
  36. frontend/*.deb
  37. **/Cargo.toml.bak