2015-03-06 14:08:36 +00:00
|
|
|
######################
|
|
|
|
# Project Specific
|
|
|
|
######################
|
|
|
|
/src/main/webapp/dist
|
|
|
|
|
|
|
|
######################
|
|
|
|
# Node
|
|
|
|
######################
|
|
|
|
/node/**
|
|
|
|
/node_modules/**
|
|
|
|
|
|
|
|
######################
|
|
|
|
# SASS
|
|
|
|
######################
|
|
|
|
.sass-cache/**
|
|
|
|
|
|
|
|
######################
|
|
|
|
# Eclipse
|
|
|
|
######################
|
|
|
|
*.pydevproject
|
2013-11-09 17:31:05 +00:00
|
|
|
.project
|
2015-03-06 14:08:36 +00:00
|
|
|
.metadata
|
|
|
|
/bin/**
|
|
|
|
/tmp/**
|
|
|
|
/tmp/**/*
|
|
|
|
*.tmp
|
|
|
|
*.bak
|
|
|
|
*.swp
|
|
|
|
*~.nib
|
|
|
|
local.properties
|
|
|
|
.classpath
|
|
|
|
.settings/**
|
|
|
|
.loadpath
|
|
|
|
/src/main/resources/rebel.xml
|
|
|
|
|
|
|
|
# External tool builders
|
|
|
|
.externalToolBuilders/**
|
|
|
|
|
|
|
|
# Locally stored "Eclipse launch configurations"
|
|
|
|
*.launch
|
|
|
|
|
|
|
|
# CDT-specific
|
|
|
|
.cproject
|
|
|
|
|
|
|
|
# PDT-specific
|
|
|
|
.buildpath
|
|
|
|
|
|
|
|
######################
|
|
|
|
# Intellij
|
|
|
|
######################
|
|
|
|
.idea/**
|
|
|
|
*.iml
|
|
|
|
*.iws
|
|
|
|
*.ipr
|
|
|
|
*.ids
|
|
|
|
*.orig
|
|
|
|
|
|
|
|
######################
|
|
|
|
# Maven
|
|
|
|
######################
|
|
|
|
/log/**
|
|
|
|
/target/**
|
|
|
|
|
|
|
|
######################
|
|
|
|
# Gradle
|
|
|
|
######################
|
|
|
|
.gradle/**
|
|
|
|
|
|
|
|
######################
|
|
|
|
# Package Files
|
|
|
|
######################
|
|
|
|
*.jar
|
|
|
|
*.war
|
|
|
|
*.ear
|
|
|
|
*.db
|
|
|
|
|
|
|
|
######################
|
|
|
|
# Windows
|
|
|
|
######################
|
|
|
|
# Windows image file caches
|
|
|
|
Thumbs.db
|
|
|
|
|
|
|
|
# Folder config file
|
|
|
|
Desktop.ini
|
|
|
|
|
|
|
|
######################
|
|
|
|
# Mac OSX
|
|
|
|
######################
|
2013-11-09 17:31:05 +00:00
|
|
|
.DS_Store
|
2015-03-06 14:08:36 +00:00
|
|
|
.svn
|
|
|
|
|
|
|
|
# Thumbnails
|
|
|
|
._*
|
|
|
|
|
|
|
|
# Files that might appear on external disk
|
|
|
|
.Spotlight-V100
|
|
|
|
.Trashes
|
|
|
|
|
|
|
|
######################
|
|
|
|
# Directories
|
|
|
|
######################
|
|
|
|
/build/**
|
|
|
|
/bin/**
|
|
|
|
/spring_loaded/**
|
|
|
|
/deploy/**
|
|
|
|
|
|
|
|
######################
|
|
|
|
# Logs
|
|
|
|
######################
|
|
|
|
*.log
|
|
|
|
|
|
|
|
######################
|
|
|
|
# Others
|
|
|
|
######################
|
|
|
|
*.class
|
|
|
|
*.*~
|
|
|
|
*~
|
|
|
|
.merge_file*
|
2015-04-03 12:37:30 +00:00
|
|
|
|
|
|
|
######################
|
|
|
|
# Gradle Wrapper
|
|
|
|
######################
|
|
|
|
!gradle/wrapper/gradle-wrapper.jar
|