-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (36 loc) · 1.02 KB
/
.gitignore
File metadata and controls
45 lines (36 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# See https://www.dartlang.org/guides/libraries/private-files
# Files and directories created by pub
.dart_tool/
.packages
!example/**
# If you're building an application, you may want to check-in your pubspec.lock
pubspec.lock
node_modules/
package-lock.json
*.log
docs/pakage_handler
# Directory created by dartdoc
# If you don't generate documentation locally you can remove this line.
doc/api/
# dotenv environment variables file
.env*
# Ignore the Flutter.js build output directory only published once build upload
packages/flutterjs_engine/dist/
# packages/flutterjs_core/lib/src/ast_ir/build_method_ir
# Avoid committing generated Javascript files:
*.dart.js
# Produced by the --dump-info flag.
*.info.json
# When generated by dart2js. Don't specify *.js if your
# project includes source files written in JavaScript.
.exe
.flutter-plugins
.flutter-plugins-dependencies
# IDE and Melos
.idea/
*.iml
pubspec_overrides.yaml
# ✅ NEW: Ignore build info files
**/.build_info.json
# Marketing and private drafts
marketing_drafts/