Skip to content

Instantly share code, notes, and snippets.

@thoriqmacto
Created November 15, 2023 15:38
Show Gist options
  • Save thoriqmacto/d942fd69569fb7ba90bd54e29d5940bc to your computer and use it in GitHub Desktop.
Save thoriqmacto/d942fd69569fb7ba90bd54e29d5940bc to your computer and use it in GitHub Desktop.
.gitignore template for ideaProject
# IDE related files
.idea/
*.iml
*.iws
*.ipr
# Build output
out/
target/
build/
# Logs and temp files
*.log
*.log.*
*~
*.swp
# User-specific files & Dependency management
.idea/workspace.xml
.idea/tasks.xml
.idea/dictionaries/
.idea/shelf/
.idea/libraries/
# Operating System-specific files
.DS_Store
Thumbs.db
# Gradle-specific files
.gradle/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment