Add .gitignore to exclude build artifacts and temporary files
This commit is contained in:
parent
1084d62b9c
commit
4227b1db75
1 changed files with 15 additions and 0 deletions
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# https://dart.dev/guides/libraries/private-files
|
||||
# Created by `dart pub`
|
||||
.dart_tool/
|
||||
|
||||
# Hide all hidden files
|
||||
.*
|
||||
!.gitignore
|
||||
|
||||
example.bin
|
||||
|
||||
# Build directories
|
||||
build/
|
||||
|
||||
# Temp collapsed files
|
||||
*.collapsed
|
||||
Loading…
Add table
Reference in a new issue