Skip to content

Instantly share code, notes, and snippets.

@davekobrenski
Created August 11, 2023 15:41
Show Gist options
  • Save davekobrenski/ae103d90730ab179d6c78c7f25fed556 to your computer and use it in GitHub Desktop.
Save davekobrenski/ae103d90730ab179d6c78c7f25fed556 to your computer and use it in GitHub Desktop.
Directus / MySQL gitignore
mysql/*
init/*
snapshots/*
directus/uploads/*
public
public/*
.DS_Store
*.DS_STORE
config.sh
# dotenv environment variable files
.env
.env-dev
.env.development.local
.env.test.local
.env.production.local
.env.local
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
jspm_packages/
# Snowpack dependency directory (https://snowpack.dev/)
web_modules/
# Optional npm cache directory
.npm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment