mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -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.js build output
|
||||||
.nuxt
|
.nuxt
|
||||||
|
|
||||||
# Nuxt generate
|
|
||||||
dist
|
|
||||||
|
|
||||||
# vuepress build output
|
# vuepress build output
|
||||||
.vuepress/dist
|
.vuepress/dist
|
||||||
|
|
||||||
|
|
@ -80,20 +77,23 @@ dist
|
||||||
# IDE
|
# IDE
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
|
||||||
# Stork Executable
|
# Stork Executable
|
||||||
/stork-executable
|
/stork-executable
|
||||||
|
|
||||||
# Other
|
# Local Netlify folder
|
||||||
|
.netlify
|
||||||
|
|
||||||
|
# Build Output
|
||||||
|
dist
|
||||||
|
/static/sitemap*
|
||||||
/static/app-list.json
|
/static/app-list.json
|
||||||
/README-temp.md
|
|
||||||
/static/**/*.json
|
/static/**/*.json
|
||||||
/static/**/*.toml
|
/static/**/*.toml
|
||||||
/static/**/*.st
|
/static/**/*.st
|
||||||
/commits-data.json
|
/commits-data.json
|
||||||
.DS_Store
|
|
||||||
/static/tailwind.css
|
/static/tailwind.css
|
||||||
/.vscode/snipsnap.code-snippets
|
|
||||||
|
|
||||||
# Local Netlify folder
|
# Other
|
||||||
.netlify
|
/README-temp.md
|
||||||
|
.DS_Store
|
||||||
|
/.vscode/snipsnap.code-snippets
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue