2021-06-16 15:56:49 +03: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 14:20:03 +03:00
|
|
|
# backend
|
|
|
|
/target/
|
2021-11-25 14:26:16 +03:00
|
|
|
|
2021-06-16 15:56:49 +03:00
|
|
|
# These are backup files generated by rustfmt
|
|
|
|
**/*.rs.bk
|
2021-07-11 10:33:19 +03:00
|
|
|
**/target/
|
2021-07-19 12:27:42 +03:00
|
|
|
**/*.db
|
2021-09-29 12:40:34 +03:00
|
|
|
.idea/
|
2021-12-12 07:41:16 +03:00
|
|
|
**/temp/**
|
2021-11-23 10:46:20 +03:00
|
|
|
.ruby-version
|
2022-02-05 11:14:15 +03:00
|
|
|
package-lock.json
|
|
|
|
yarn.lock
|
|
|
|
node_modules
|
2022-02-09 13:17:06 +03:00
|
|
|
**/.proto_cache
|
2022-02-24 15:35:22 +03:00
|
|
|
**/.cache
|
2022-06-15 14:42:27 +03:00
|
|
|
**/.DS_Store
|
|
|
|
|
2022-06-17 11:53:58 +03:00
|
|
|
**/src/protobuf
|
2022-06-21 13:44:06 +03:00
|
|
|
**/resources/proto
|
|
|
|
|
|
|
|
frontend/.vscode/*
|
|
|
|
!frontend/.vscode/settings.json
|
|
|
|
!frontend/.vscode/tasks.json
|
|
|
|
!frontend/.vscode/launch.json
|
|
|
|
!frontend/.vscode/extensions.json
|
2022-07-14 21:23:06 +03:00
|
|
|
!frontend/.vscode/*.code-snippets
|
|
|
|
|
|
|
|
# Commit the highest level pubspec.lock, but ignore the others
|
|
|
|
pubspec.lock
|
|
|
|
!frontend/app_flowy/pubspec.lock
|
2022-07-25 19:02:33 +03:00
|
|
|
|
|
|
|
# ignore tool used for commit linting
|
|
|
|
.githooks/gitlint
|
2022-07-27 04:26:44 +03:00
|
|
|
.githooks/gitlint.exe
|