22 lines
294 B
Plaintext
22 lines
294 B
Plaintext
# Build artifacts – rebuilt inside Docker
|
||
target/
|
||
|
||
# Version control
|
||
.git/
|
||
.gitignore
|
||
|
||
# End-to-end tests not needed in the image
|
||
end2end/
|
||
|
||
# Editor / IDE files
|
||
.vscode/
|
||
.idea/
|
||
*.swp
|
||
|
||
# Docs and notes (not needed at build time)
|
||
*.md
|
||
*.txt
|
||
documentation.md
|
||
toollist_data.md
|
||
toollist_notes.txt
|