Skip to content

Commit

Permalink
Merge pull request #2 from thatJavaNerd/gitignore
Browse files Browse the repository at this point in the history
Make .gitignore minimal, don't commit .idea and build/ to version control
  • Loading branch information
ziggy42 committed Jul 2, 2017
2 parents 7ed9fb3 + 8dae464 commit d8abbe0
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 319 deletions.
99 changes: 8 additions & 91 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,94 +1,11 @@


# Created by https://www.gitignore.io/api/java,intellij

### 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:
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/dictionaries

# Sensitive or high-churn files:
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.xml
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml

# Gradle:
.idea/**/gradle.xml
.idea/**/libraries

# CMake
cmake-build-debug/

# Mongo Explorer plugin:
.idea/**/mongoSettings.xml

## File-based project format:
*.iws

## Plugin-specific files:
# Gradle
build/
gradle.properties
.gradle/

# IntelliJ
/out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Cursive Clojure plugin
.idea/replstate.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

### Intellij Patch ###
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721

# *.iml
# modules.xml
# .idea/misc.xml
# *.ipr

# Sonarlint plugin
.idea/sonarlint

### Java ###
# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# End of https://www.gitignore.io/api/java,intellij

gradle.properties
.gradle
.idea/
*.iml
*.ipr
*.iws
11 changes: 0 additions & 11 deletions .idea/compiler.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/misc.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/modules.xml

This file was deleted.

44 changes: 0 additions & 44 deletions .idea/modules/client_main.iml

This file was deleted.

46 changes: 0 additions & 46 deletions .idea/modules/client_test.iml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/modules/kolor.iml

This file was deleted.

44 changes: 0 additions & 44 deletions .idea/modules/kolor_main.iml

This file was deleted.

46 changes: 0 additions & 46 deletions .idea/modules/kolor_test.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

Binary file removed build/classes/main/META-INF/kolor_main.kotlin_module
Binary file not shown.
1 change: 0 additions & 1 deletion build/kotlin-build/caches/version.txt

This file was deleted.

Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.

0 comments on commit d8abbe0

Please sign in to comment.