hello-algo/.gitignore
2023-10-08 04:34:53 +08:00

22 lines
221 B
Text

# macOS
.DS_Store
# Editor
.vscode/
**/.idea
# mkdocs files
.cache/
# build
/build
/site
/utils
# test script
test.sh
# overrides
overrides/partials/*
!overrides/partials/content.html
!overrides/partials/footer.html