mirror of
https://github.com/java-james/flutter_dotenv.git
synced 2025-08-06 14:51:06 +08:00
38 lines
516 B
Plaintext
38 lines
516 B
Plaintext
# Miscellaneous
|
|
*.class
|
|
*.log
|
|
*.pyc
|
|
*.swp
|
|
.DS_Store
|
|
.atom/
|
|
.buildlog/
|
|
.history
|
|
.svn/
|
|
#*.env
|
|
|
|
# IntelliJ related
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
|
|
# Visual Studio Code related
|
|
.vscode/
|
|
|
|
# Flutter/Dart/Pub related
|
|
**/doc/api/
|
|
.dart_tool/
|
|
.flutter-plugins
|
|
.packages
|
|
.pub-cache/
|
|
.pub/
|
|
build/
|
|
|
|
# Exceptions to above rules.
|
|
!example/ios/**/default.mode1v3
|
|
!example/ios/**/default.mode2v3
|
|
!example/ios/**/default.pbxuser
|
|
!example/ios/**/default.perspectivev3
|
|
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
|