File: .gitignore

package info (click to toggle)
stringtemplate4 4.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,772 kB
  • sloc: java: 15,537; xml: 305; python: 39; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 314 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Maven build folders
/target/

# Ant build folders
/build/
/dist/
/lib/
user.build.properties

# NetBeans user configuration
nbactions*.xml

# IntelliJ project files
*.iml
*.ipr
*.iws
.idea/

# Eclipse project files
.project
.classpath
.settings/

# Bazel
bazel-bin
bazel-out
bazel-stringtemplate4
bazel-testlogs