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
|
||||
|
||||
# Build-Artefakte
|
||||
bundle/
|
||||
*.exe
|
||||
*.dll
|
||||
*.pdb
|
||||
|
||||
Reference in New Issue
Block a user