-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
51 lines (38 loc) · 1.17 KB
/
.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Created by https://www.gitignore.io/api/maven,intellij
### Maven ###
IngestData/target/
IngestData/pom.xml.tag
IngestData/pom.xml.releaseBackup
IngestData/pom.xml.versionsBackup
IngestData/pom.xml.next
IngestData/release.properties
IngestData/dependency-reduced-pom.xml
IngestData/buildNumber.properties
IngestData/.mvn/timing.properties
### Intellij ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff:
IngestData/.idea/workspace.xml
IngestData/.idea/tasks.xml
IngestData/.idea/dictionaries
IngestData/.idea/vcs.xml
IngestData/.idea/jsLibraryMappings.xml
# Sensitive or high-churn files:
IngestData/.idea/dataSources.ids
IngestData/.idea/dataSources.xml
IngestData/.idea/dataSources.local.xml
IngestData/.idea/sqlDataSources.xml
IngestData/.idea/dynamic.xml
IngestData/.idea/uiDesigner.xml
## File-based project format:
IngestData/*.iws
## Plugin-specific files:
# IntelliJ
IngestData/out/
# mpeltonen/sbt-idea plugin
IngestData/.idea_modules/
# JIRA plugin
IngestData/atlassian-ide-plugin.xml
### Intellij Patch ###
*.iml