revanced-manager/.gitignore

50 lines
931 B
Plaintext
Raw Normal View History

2024-02-15 08:16:23 +00:00
# See https://www.dartlang.org/guides/libraries/private-files
2022-08-06 22:39:16 +01:00
2024-02-15 08:16:23 +00:00
# Files and directories created by pub
2022-07-31 00:39:59 +05:30
.dart_tool/
.packages
2022-08-06 22:39:16 +01:00
build/
2024-02-15 08:16:23 +00:00
# If you're building an application, you may want to check-in your pubspec.lock
# pubspec.lock
2022-08-06 22:39:16 +01:00
2024-02-15 08:16:23 +00:00
# Directory created by dartdoc
# If you don't generate documentation locally you can remove this line.
doc/api/
2022-08-06 22:39:16 +01:00
2024-02-15 08:16:23 +00:00
# dotenv environment variables file
.env*
2022-08-06 22:39:16 +01:00
2024-02-15 08:16:23 +00: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-31 00:39:59 +05:30
2024-02-15 08:16:23 +00:00
.flutter-plugins
.flutter-plugins-dependencies
2022-07-31 00:39:59 +05:30
2024-02-15 08:16:23 +00:00
# Generated Builder file
**/*.g.dart
**/*.locator.dart
**/*.router.dart
2022-08-06 22:39:16 +01:00
2024-02-15 08:16:23 +00:00
flutter_*.png
2022-07-31 00:39:59 +05:30
2024-02-15 08:16:23 +00:00
#### Custom
2022-07-31 00:39:59 +05:30
2024-02-15 08:16:23 +00:00
local.properties
2022-08-06 22:39:16 +01:00
2024-02-15 08:16:23 +00:00
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
2023-03-23 23:34:52 +07:00
2024-02-15 08:16:23 +00:00
# Node Dependency directories
2023-05-14 16:30:35 +05:45
node_modules/
# FVM
.fvm