mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Ignore any. sitemap files
This commit is contained in:
parent
b4d5bf98a0
commit
fc8dd41f18
1 changed files with 10 additions and 10 deletions
20
.gitignore
vendored
20
.gitignore
vendored
|
|
@ -68,9 +68,6 @@ typings/
|
|||
# nuxt.js build output
|
||||
.nuxt
|
||||
|
||||
# Nuxt generate
|
||||
dist
|
||||
|
||||
# vuepress build output
|
||||
.vuepress/dist
|
||||
|
||||
|
|
@ -80,20 +77,23 @@ dist
|
|||
# IDE
|
||||
.idea
|
||||
|
||||
|
||||
# Stork Executable
|
||||
/stork-executable
|
||||
|
||||
# Other
|
||||
# Local Netlify folder
|
||||
.netlify
|
||||
|
||||
# Build Output
|
||||
dist
|
||||
/static/sitemap*
|
||||
/static/app-list.json
|
||||
/README-temp.md
|
||||
/static/**/*.json
|
||||
/static/**/*.toml
|
||||
/static/**/*.st
|
||||
/commits-data.json
|
||||
.DS_Store
|
||||
/static/tailwind.css
|
||||
/.vscode/snipsnap.code-snippets
|
||||
|
||||
# Local Netlify folder
|
||||
.netlify
|
||||
# Other
|
||||
/README-temp.md
|
||||
.DS_Store
|
||||
/.vscode/snipsnap.code-snippets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue