You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
293 B
27 lines
293 B
# 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
|