Add .gitignore to exclude build artifacts and temporary files
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user