forked from apache/beam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
32 lines (26 loc) · 887 Bytes
/
.gitignore
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
29
30
31
32
# NOTE: if you modify this file, you probably need to modify the file set that
# is an input to 'maven-assembly-plugin' that generates source distribution.
# This is typically in files named 'src.xml' throughout this repository.
# Ignore files generated by the Maven build process.
target/
bin/
# Ignore IntelliJ files.
.idea/
*.iml
*.ipr
*.iws
# Ignore Eclipse files.
.classpath
.project
.factorypath
.checkstyle
.settings/
# The build process generates the dependency-reduced POM, but it shouldn't be
# committed.
dependency-reduced-pom.xml
# Ignore files that end with '~', since they are most likely auto-save files
# produced by a text editor.
*~
# NOTE: if you modify this file, you probably need to modify the file set that
# is an input to 'maven-assembly-plugin' that generates source distribution.
# This is typically in files named 'src.xml' throughout this repository.