diff options
Diffstat (limited to 'bamboo-specs/.hgignore')
-rw-r--r-- | bamboo-specs/.hgignore | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/bamboo-specs/.hgignore b/bamboo-specs/.hgignore new file mode 100644 index 0000000..715f023 --- /dev/null +++ b/bamboo-specs/.hgignore @@ -0,0 +1,30 @@ +syntax: glob + +.credentials + +### Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +pom.xml.next +release.properties +dependency-reduced-pom.xml +buildNumber.properties + +### Java +# Compiled class file +*.class + +# Log file +*.log + +# Package Files # +*.jar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* + +### Idea +.idea/ +*.iml |