mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-15 07:56:11 +08:00
Update .gitignore
Try to follow the template as much as possible
This commit is contained in:
59
.gitignore
vendored
59
.gitignore
vendored
@ -1,33 +1,58 @@
|
|||||||
|
# Miscellaneous
|
||||||
|
*.class
|
||||||
|
*.log
|
||||||
|
*.pyc
|
||||||
|
*.swp
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.dart_tool/
|
.atom/
|
||||||
|
.buildlog/
|
||||||
|
.history
|
||||||
|
.svn/
|
||||||
|
|
||||||
|
# IntelliJ related
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# Flutter/Dart/Pub related
|
||||||
|
**/doc/api/
|
||||||
**/ios/Flutter/.last_build_id
|
**/ios/Flutter/.last_build_id
|
||||||
|
.dart_tool/
|
||||||
.packages
|
|
||||||
.pub/
|
|
||||||
|
|
||||||
build/
|
|
||||||
|
|
||||||
.flutter-plugins
|
.flutter-plugins
|
||||||
.flutter-plugins-dependencies
|
.flutter-plugins-dependencies
|
||||||
.vscode
|
.packages
|
||||||
|
.pub-cache/
|
||||||
|
.pub/
|
||||||
|
/build/
|
||||||
|
|
||||||
.idea/
|
# Web related
|
||||||
.project
|
lib/generated_plugin_registrant.dart
|
||||||
.classpath
|
|
||||||
.settings/
|
|
||||||
|
|
||||||
android/fastlane/README.md
|
# Symbolication related
|
||||||
android/fastlane/report.xml
|
app.*.symbols
|
||||||
|
|
||||||
.externalNativeBuild
|
# Obfuscation related
|
||||||
|
app.*.map.json
|
||||||
|
|
||||||
# Android NDK Debug symbols
|
# Android Studio will place build artifacts here
|
||||||
debugSymbols
|
/android/app/debug
|
||||||
|
/android/app/profile
|
||||||
|
/android/app/release
|
||||||
|
|
||||||
|
/android/fastlane/README.md
|
||||||
|
/android/fastlane/report.xml
|
||||||
|
|
||||||
# GitJournal specific
|
# GitJournal specific
|
||||||
test/.test_coverage.dart
|
test/.test_coverage.dart
|
||||||
lib/.env.dart
|
lib/.env.dart
|
||||||
gj_common
|
gj_common
|
||||||
|
|
||||||
|
# Android NDK Debug symbols
|
||||||
|
debugSymbols
|
||||||
|
.externalNativeBuild
|
||||||
|
|
||||||
# Monarch related
|
# Monarch related
|
||||||
.monarch/
|
.monarch/
|
||||||
|
Reference in New Issue
Block a user