20 lines
219 B
Plaintext
20 lines
219 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
|
|
|
|
#gitlab temp files
|
|
artifacts.zip
|
|
artifacts/
|
|
public/ |