mirror of
https://github.com/LucasVbr/interpreteur-lir.git
synced 2026-05-13 17:21:52 +00:00
13 lines
199 B
Plaintext
13 lines
199 B
Plaintext
# Ignore Gradle project-specific cache directory
|
|
.gradle
|
|
|
|
# Ignore Gradle build output directory
|
|
**/build
|
|
**/.antlr
|
|
|
|
# Ignore MacOS system files
|
|
**/.DS_Store
|
|
|
|
# Ignore IDE project files
|
|
.idea
|
|
.vscode |