d4t_formulas/.gitignore
Álvaro González 06c60129fd chore: remove .dart-tool and .dartServer from repo and ignore them
- 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.
2025-08-21 17:27:35 +02:00

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