- Remove cached .dart_tool and .dartServer files from history - Add .dartServer to .gitignore (dart analysis cache) - Keep .dart_tool ignore entry This prevents committing local tool/cache artifacts.
12 lines
177 B
Text
12 lines
177 B
Text
# https://dart.dev/guides/libraries/private-files
|
|
# Created by `dart pub`
|
|
.dart_tool/
|
|
.dartServer/
|
|
.Xauthority
|
|
.bash_history
|
|
.cache/
|
|
.config/
|
|
.inputrc
|
|
.local/
|
|
.zcompdump
|
|
.zshrc
|