veilidchat/.gitignore

64 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

2023-01-08 02:43:31 +00:00
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
migrate_working_dir/
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
2023-10-22 14:02:57 +00:00
.vscode/
2023-01-08 02:43:31 +00:00
# Flutter/Dart/Pub related
**/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
/build/
2023-10-10 14:42:00 +00:00
# Flutter generated files
# Not doing this at this time: https://stackoverflow.com/questions/56110386/should-i-commit-generated-code-in-flutter-dart-to-vcs
# *.g.dart
# *.freezed.dart
# *.pb.dart
# *.pbenum.dart
# *.pbjson.dart
# *.pbserver.dart
2023-01-08 02:43:31 +00:00
# Symbolication related
app.*.symbols
# Obfuscation related
app.*.map.json
# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release
2024-02-18 02:47:08 +00:00
/android/key.properties
2023-01-11 02:04:18 +00:00
# WASM
2023-10-22 14:02:57 +00:00
/web/wasm/
2023-11-19 16:34:28 +00:00
2024-02-18 02:47:08 +00:00
# Flatpak
flatpak/build-dir/
flatpak/repo/
flatpak/.flatpak-builder/
*.flatpak