Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
27 lines
293 B
Plaintext
27 lines
293 B
Plaintext
# Maven build folders
|
|
target/
|
|
|
|
# IntelliJ project files
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# Eclipse project files
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
|
|
# NetBeans user configuration
|
|
nbactions.xml
|
|
nb-configuration.xml
|
|
|
|
# Python runtime files
|
|
*.py[co]
|
|
|
|
# Bazel
|
|
bazel-bin
|
|
bazel-out
|
|
bazel-antlr3
|
|
bazel-testlogs
|