16 lines
167 B
Plaintext
16 lines
167 B
Plaintext
# Ignore build Directory
|
|
build/
|
|
aux/
|
|
|
|
# ignore dev env
|
|
dev_env
|
|
__pycache__
|
|
package*json
|
|
|
|
# ignore junit
|
|
*.junit.xml
|
|
.markdownlint-cli2.jsonc
|
|
|
|
# ignore log files
|
|
*.log
|