Skip to content

Instantly share code, notes, and snippets.

@embarq
Created January 12, 2025 06:11
Show Gist options
  • Save embarq/ba02facb32c09aae0aa0b7a76888cecc to your computer and use it in GitHub Desktop.
Save embarq/ba02facb32c09aae0aa0b7a76888cecc to your computer and use it in GitHub Desktop.
A .gitignore starter for Elm projects
elm-stuff/*
node_modules
.DS_Store
dist
.tmp
**/.tmp/
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
bun.lockb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment