mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 15:36:48 +00:00
13 lines
162 B
Plaintext
13 lines
162 B
Plaintext
# Ignore artifacts:
|
|
build
|
|
coverage
|
|
public/
|
|
|
|
# Ignore all MD files:
|
|
**/*.md
|
|
|
|
# Ignore all JSON files:
|
|
**/*.json
|
|
|
|
# Ignore all files in parser folder:
|
|
src/parser/** |