plugin-message-meme/.gitignore
2025-11-26 15:32:08 +00:00

30 lines
439 B
Plaintext

# Ignore a blackhole and the folder for development
node_modules/
.vs/
.idea/
*.iml
# Yarn files
.yarn/install-state.gz
.yarn/build-state.yml
# Environment variables
.DS_Store
dist/
# Ignore the config file (contains sensitive information such as tokens)
config.ts
# Ignore heapsnapshot and log files
*.heapsnapshot
*.log
# Ignore npm lockfiles file
package-lock.json
# Environment variables
.env*
/src/generated/prisma
config.toml