revanced-manager/.gitignore

50 lines
931 B
Text
Raw Normal View History

2024-02-15 09:16:23 +01:00
# See https://www.dartlang.org/guides/libraries/private-files
2022-08-06 23:39:16 +02:00
2024-02-15 09:16:23 +01:00
# Files and directories created by pub
2022-07-30 21:09:59 +02:00
.dart_tool/
.packages
2022-08-06 23:39:16 +02:00
build/
2024-02-15 09:16:23 +01:00
# If you're building an application, you may want to check-in your pubspec.lock
# pubspec.lock
2022-08-06 23:39:16 +02:00
2024-02-15 09:16:23 +01:00
# Directory created by dartdoc
# If you don't generate documentation locally you can remove this line.
doc/api/
2022-08-06 23:39:16 +02:00
2024-02-15 09:16:23 +01:00
# dotenv environment variables file
.env*
2022-08-06 23:39:16 +02:00
2024-02-15 09:16:23 +01:00
# Avoid committing generated Javascript files:
*.dart.js
*.info.json # Produced by the --dump-info flag.
*.js # When generated by dart2js. Don't specify *.js if your
# project includes source files written in JavaScript.
*.js_
*.js.deps
*.js.map
2022-07-30 21:09:59 +02:00
2024-02-15 09:16:23 +01:00
.flutter-plugins
.flutter-plugins-dependencies
2022-07-30 21:09:59 +02:00
2024-02-15 09:16:23 +01:00
# Generated Builder file
**/*.g.dart
**/*.locator.dart
**/*.router.dart
2022-08-06 23:39:16 +02:00
2024-02-15 09:16:23 +01:00
flutter_*.png
2022-07-30 21:09:59 +02:00
2024-02-15 09:16:23 +01:00
#### Custom
2022-07-30 21:09:59 +02:00
2024-02-15 09:16:23 +01:00
local.properties
2022-08-06 23:39:16 +02:00
2024-02-15 09:16:23 +01:00
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
2023-03-23 17:34:52 +01:00
2024-02-15 09:16:23 +01:00
# Node Dependency directories
2023-05-14 12:45:35 +02:00
node_modules/
# FVM
.fvm