Skip to content

Commit 059d07f

Browse files
authored
Update Node.gitignore
1. SvelteKit - added ignore for cache directory 2. .env.example - included for documentation 3. Vite - added ignore for log files 4. Firebase - added ignore for cache directory
1 parent 4488915 commit 059d07f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Node.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ web_modules/
7878
.env.test.local
7979
.env.production.local
8080
.env.local
81+
!.env.example
8182

8283
# parcel-bundler cache (https://parceljs.org/)
8384
.cache
@@ -104,6 +105,9 @@ dist
104105
.temp
105106
.cache
106107

108+
# Sveltekit cache directory
109+
.svelte-kit
110+
107111
# Docusaurus cache and generated files
108112
.docusaurus
109113

@@ -116,6 +120,9 @@ dist
116120
# DynamoDB Local files
117121
.dynamodb/
118122

123+
# Firebase cache directory
124+
.firebase
125+
119126
# TernJS port file
120127
.tern-port
121128

@@ -128,3 +135,7 @@ dist
128135
.yarn/build-state.yml
129136
.yarn/install-state.gz
130137
.pnp.*
138+
139+
# Vite logs files
140+
vite.config.js.timestamp-*
141+
vite.config.ts.timestamp-*

0 commit comments

Comments
 (0)