This commit is contained in:
ItzzExcel
2025-02-16 00:03:39 -06:00
parent 07f3714563
commit c62e960fc8
12 changed files with 329 additions and 366 deletions
+12 -2
View File
@@ -1,3 +1,4 @@
### Node ###
# Logs
logs
*.log
@@ -89,7 +90,6 @@ out
# Nuxt.js build / generate output
.nuxt
dist
# Gatsby files
.cache/
@@ -102,7 +102,6 @@ dist
# vuepress v2.x temp and cache directory
.temp
.cache
# Docusaurus cache and generated files
.docusaurus
@@ -128,3 +127,14 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
### Node Patch ###
# Serverless Webpack directories
.webpack/
# Optional stylelint cache
# SvelteKit build / generate output
.svelte-kit
# End of https://www.toptal.com/developers/gitignore/api/node