kemitix-checkstyle-ruleset/.gitignore

54 lines
752 B
Text
Raw Normal View History

2016-08-02 19:51:59 +01:00
# Package Files #
*.jar
*.war
*.ear
*.zip
2018-01-03 06:52:42 +00:00
pom.xml.versionsBackup
2016-08-02 19:51:59 +01:00
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# maven build outputs
target/
# netbeans legacy
nbproject/
nbactions.xml
# eclipse legacy
.project
# intellij
.idea/libraries/
.idea/workspace.xml
.idea/uiDesigner.xml
.idea/compiler.xml
.idea/misc.xml
.idea/checkstyle.xml
.idea/artifacts/
.idea/dataSources*
.idea/tasks.xml
.idea/dictionaries/
.idea/shelf/
.idea/dynamic.xml
.idea/sqlDataSources.xml
.idea/gradle.xml
.idea/mongoSettings.xml
.idea/checkstyle-idea.xml
.idea/findbugs-idea.xml
# Spring
spring.log
logs/
/application.properties
/bootstrap.properties
# Composer-style
vendor
# Git and temp files
*.orig
*.patch
*~