AppFlowy/.gitignore

38 lines
831 B
Plaintext
Raw Normal View History

2021-06-16 12:56:49 +00:00
# Generated by Cargo
# will have compiled files and executables
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
2021-11-25 11:20:03 +00:00
# backend
/target/
2021-11-25 11:26:16 +00:00
2021-06-16 12:56:49 +00:00
# These are backup files generated by rustfmt
**/*.rs.bk
**/target/
2021-07-19 09:27:42 +00:00
**/*.db
.idea/
**/temp/**
.ruby-version
package-lock.json
yarn.lock
node_modules
2022-02-09 10:17:06 +00:00
**/.proto_cache
2022-02-24 12:35:22 +00:00
**/.cache
2022-06-15 11:42:27 +00:00
**/.DS_Store
2022-06-17 08:53:58 +00:00
**/src/protobuf
2022-06-21 10:44:06 +00:00
**/resources/proto
frontend/.vscode/*
!frontend/.vscode/settings.json
!frontend/.vscode/tasks.json
!frontend/.vscode/launch.json
!frontend/.vscode/extensions.json
!frontend/.vscode/*.code-snippets
# Commit the highest level pubspec.lock, but ignore the others
pubspec.lock
!frontend/app_flowy/pubspec.lock
2022-07-25 16:02:33 +00:00
# ignore tool used for commit linting
.githooks/gitlint