Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
BerkSpar authored Sep 22, 2024
1 parent a926c80 commit e502a38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ pubspec.lock
# If you don't generate documentation locally you can remove this line.
doc/api/

# dotenv environment variables file
.env*

# Avoid committing generated Javascript files:
*.dart.js
*.info.json # Produced by the --dump-info flag.
Expand All @@ -19,3 +22,6 @@ doc/api/
*.js_
*.js.deps
*.js.map

.flutter-plugins
.flutter-plugins-dependencies

0 comments on commit e502a38

Please sign in to comment.