Last active
January 13, 2025 14:40
-
-
Save ldclakmal/96cc9a664284094a036f0ac0d45f0440 to your computer and use it in GitHub Desktop.
A powerful git-ignore file all programming languages and IDEs
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
# 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