Created
January 12, 2025 06:11
-
-
Save embarq/ba02facb32c09aae0aa0b7a76888cecc to your computer and use it in GitHub Desktop.
A .gitignore starter for Elm projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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