You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
390 B
29 lines
390 B
# Ignore files and directories starting with a dot
|
|
|
|
# Ignore specific files
|
|
.dockerignore
|
|
.git
|
|
|
|
# Ignore build artifacts
|
|
logs/
|
|
_output/
|
|
# Ignore non-essential documentation
|
|
README.md
|
|
README-zh_CN.md
|
|
CONTRIBUTING.md
|
|
CHANGELOG/
|
|
# LICENSE
|
|
|
|
# Ignore testing and linting configuration
|
|
.golangci.yml
|
|
|
|
|
|
# Ignore assets
|
|
assets/
|
|
|
|
# Ignore components
|
|
components/
|
|
|
|
# Ignore tools and scripts
|
|
.github/
|