first commit
This commit is contained in:
35
functions/.prettierignore
Normal file
35
functions/.prettierignore
Normal file
@@ -0,0 +1,35 @@
|
||||
# Ignore build output directories
|
||||
.nuxt/
|
||||
dist/
|
||||
lib/
|
||||
|
||||
# Ignore node modules
|
||||
node_modules/
|
||||
|
||||
# Ignore specific configuration files
|
||||
*.config.js
|
||||
|
||||
# Ignore environment variables files
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# Ignore lock files
|
||||
yarn.lock
|
||||
package-lock.json
|
||||
|
||||
# Ignore logs
|
||||
*.log
|
||||
|
||||
# Ignore compiled files
|
||||
*.min.js
|
||||
*.min.css
|
||||
|
||||
# Ignore specific file types
|
||||
*.png
|
||||
*.jpg
|
||||
*.jpeg
|
||||
*.gif
|
||||
*.svg
|
||||
|
||||
# Ignore other generated files
|
||||
coverage/
|
||||
Reference in New Issue
Block a user