2016-09-09 08:32:45 -04:00
|
|
|
.attach*
|
2014-02-17 17:58:32 -05:00
|
|
|
/bin
|
|
|
|
/target
|
2014-10-30 11:41:48 -04:00
|
|
|
target/
|
2014-10-27 13:53:01 -04:00
|
|
|
.idea/
|
2014-10-30 11:41:48 -04:00
|
|
|
.metadata/
|
|
|
|
RemoteSystemsTempFiles/
|
|
|
|
Servers/
|
2014-10-27 13:53:01 -04:00
|
|
|
*.iml
|
2014-03-03 18:22:14 -05:00
|
|
|
*.log
|
|
|
|
*.log*
|
2014-06-03 16:52:21 -04:00
|
|
|
nohup.out
|
2014-10-06 21:47:56 -04:00
|
|
|
.DS_Store
|
2015-04-15 10:57:15 -04:00
|
|
|
*.orig
|
2015-08-06 10:15:58 -04:00
|
|
|
tmp.txt
|
2015-10-09 09:12:41 -04:00
|
|
|
*.hprof
|
2015-11-29 16:48:57 -05:00
|
|
|
tmp.txt
|
2015-12-14 09:08:40 -05:00
|
|
|
ca.uhn.fhir.jpa.entity.ResourceIndexedSearchParamString/
|
2016-01-02 10:55:52 -05:00
|
|
|
ca.uhn.fhir.jpa.entity.ResourceTable/
|
2016-10-06 12:17:59 -04:00
|
|
|
ca.uhn.fhir.jpa.entity.TermConcept/
|
2014-10-06 21:47:56 -04:00
|
|
|
|
2022-11-08 22:18:36 -05:00
|
|
|
# Ignore Java Heap Dumps
|
|
|
|
java_pid*.*
|
|
|
|
|
2014-10-06 21:47:56 -04:00
|
|
|
# Vagrant stuff.
|
|
|
|
.vagrant
|
2014-10-07 14:59:16 -04:00
|
|
|
/vagrant/build
|
|
|
|
/vagrant/chef/tmp
|
2015-09-11 16:13:40 -04:00
|
|
|
jpaserver_derby_files
|
2015-03-26 07:56:24 -04:00
|
|
|
|
|
|
|
|
|
|
|
# Created by https://www.gitignore.io
|
|
|
|
|
|
|
|
### Java ###
|
|
|
|
*.class
|
|
|
|
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
|
|
.mtj.tmp/
|
|
|
|
|
|
|
|
# Package Files #
|
|
|
|
*.jar
|
|
|
|
*.war
|
|
|
|
*.ear
|
2015-08-17 07:58:05 -04:00
|
|
|
*.class
|
2015-03-26 07:56:24 -04:00
|
|
|
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
|
|
hs_err_pid*
|
|
|
|
|
|
|
|
|
|
|
|
### Maven ###
|
|
|
|
target/
|
|
|
|
pom.xml.tag
|
|
|
|
pom.xml.releaseBackup
|
|
|
|
pom.xml.versionsBackup
|
|
|
|
pom.xml.next
|
|
|
|
release.properties
|
|
|
|
dependency-reduced-pom.xml
|
|
|
|
buildNumber.properties
|
|
|
|
|
|
|
|
|
|
|
|
### Vim ###
|
|
|
|
[._]*.s[a-w][a-z]
|
|
|
|
[._]s[a-w][a-z]
|
|
|
|
*.un~
|
|
|
|
Session.vim
|
|
|
|
.netrwhist
|
|
|
|
*~
|
|
|
|
|
|
|
|
|
|
|
|
### Intellij ###
|
|
|
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
|
|
|
|
|
|
|
|
*.iml
|
|
|
|
|
|
|
|
## Directory-based project format:
|
|
|
|
.idea/
|
|
|
|
# if you remove the above rule, at least ignore the following:
|
|
|
|
|
|
|
|
# User-specific stuff:
|
|
|
|
# .idea/workspace.xml
|
|
|
|
# .idea/tasks.xml
|
|
|
|
# .idea/dictionaries
|
|
|
|
|
|
|
|
# Sensitive or high-churn files:
|
|
|
|
# .idea/dataSources.ids
|
|
|
|
# .idea/dataSources.xml
|
|
|
|
# .idea/sqlDataSources.xml
|
|
|
|
# .idea/dynamic.xml
|
|
|
|
# .idea/uiDesigner.xml
|
|
|
|
|
|
|
|
# Gradle:
|
|
|
|
# .idea/gradle.xml
|
|
|
|
# .idea/libraries
|
|
|
|
|
|
|
|
# Mongo Explorer plugin:
|
|
|
|
# .idea/mongoSettings.xml
|
|
|
|
|
|
|
|
## File-based project format:
|
|
|
|
*.ipr
|
|
|
|
*.iws
|
|
|
|
|
|
|
|
## Plugin-specific files:
|
|
|
|
|
|
|
|
# IntelliJ
|
|
|
|
/out/
|
|
|
|
|
|
|
|
# mpeltonen/sbt-idea plugin
|
|
|
|
.idea_modules/
|
|
|
|
|
|
|
|
# JIRA plugin
|
|
|
|
atlassian-ide-plugin.xml
|
|
|
|
|
|
|
|
# Crashlytics plugin (for Android Studio and IntelliJ)
|
|
|
|
com_crashlytics_export_strings.xml
|
|
|
|
crashlytics.properties
|
|
|
|
crashlytics-build.properties
|
|
|
|
|
|
|
|
|
2015-03-26 11:57:07 -04:00
|
|
|
### Eclipse ###
|
|
|
|
*.pydevproject
|
|
|
|
.metadata
|
|
|
|
.gradle
|
|
|
|
bin/
|
|
|
|
tmp/
|
|
|
|
*.tmp
|
|
|
|
*.bak
|
|
|
|
*.swp
|
|
|
|
*~.nib
|
|
|
|
local.properties
|
|
|
|
.loadpath
|
2016-07-25 08:46:02 -04:00
|
|
|
*.hprof
|
2015-03-26 11:57:07 -04:00
|
|
|
|
|
|
|
# External tool builders
|
|
|
|
.externalToolBuilders/
|
|
|
|
|
|
|
|
# Locally stored "Eclipse launch configurations"
|
|
|
|
*.launch
|
|
|
|
|
|
|
|
# CDT-specific
|
|
|
|
.cproject
|
|
|
|
|
|
|
|
# JDT-specific (Eclipse Java Development Tools)
|
2017-01-28 10:03:53 -05:00
|
|
|
**/.settings
|
|
|
|
**/.target
|
|
|
|
**/.project
|
|
|
|
**/.classpath
|
2017-08-22 06:57:00 -04:00
|
|
|
**/.factorypath
|
|
|
|
**/.springBeans
|
2017-01-28 10:03:53 -05:00
|
|
|
|
2015-03-26 11:57:07 -04:00
|
|
|
|
|
|
|
# PDT-specific
|
|
|
|
.buildpath
|
|
|
|
|
|
|
|
# sbteclipse plugin
|
|
|
|
.target
|
|
|
|
|
|
|
|
# TeXlipse plugin
|
|
|
|
.texlipse
|
2021-01-29 16:35:38 -05:00
|
|
|
|
|
|
|
# JVM Dumps
|
|
|
|
core.*
|
|
|
|
javacore.*
|
|
|
|
jitdump.*
|
|
|
|
Snap.*
|
|
|
|
|
|
|
|
# VS Code
|
|
|
|
.vscode
|
2022-09-26 09:43:11 -04:00
|
|
|
|
|
|
|
|
|
|
|
/database/
|