Update .gitignore to exclude build artifacts
- Added 'bundle/' to .gitignore to prevent build artifacts from being tracked in the repository.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -14,6 +14,7 @@ Thumbs.db
|
|||||||
desktop.ini
|
desktop.ini
|
||||||
|
|
||||||
# Build-Artefakte
|
# Build-Artefakte
|
||||||
|
bundle/
|
||||||
*.exe
|
*.exe
|
||||||
*.dll
|
*.dll
|
||||||
*.pdb
|
*.pdb
|
||||||
|
|||||||
Reference in New Issue
Block a user