Skip to content

Instantly share code, notes, and snippets.

@ldclakmal
Last active May 4, 2023 13:21
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ldclakmal/96cc9a664284094a036f0ac0d45f0440 to your computer and use it in GitHub Desktop.
Save ldclakmal/96cc9a664284094a036f0ac0d45f0440 to your computer and use it in GitHub Desktop.
A powerful git-ignore file all programming languages and IDEs
# Build tool files
.gradle/
.mvn/
/out
/build
node_modules/
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Package files
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar
# Compiled files
target/
tomcat*/
dependency-reduced-pom.xml
# IDE files
.idea/
.vscode/
nbproject/
*.iml
*.ipr
*.iws
.DS_Store
# MSF4J
deployment.yaml
# React
app/node_modules/
app/coverage/
app/build/
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Ballerina
.ballerina/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment