Skip to content

Commit

Permalink
Travis環境構築とGradle・Mod環境
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamesuta committed Sep 11, 2017
1 parent 427294b commit bfa027b
Show file tree
Hide file tree
Showing 26 changed files with 622 additions and 656 deletions.
141 changes: 30 additions & 111 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,111 +1,30 @@
# 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*
### JetBrains template
# 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:

# 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
### Windows template
# Windows thumbnail cache files
Thumbs.db
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msm
*.msp

# Windows shortcuts
*.lnk
### Gradle template
.gradle
/build/

# Ignore Gradle GUI config
gradle-app.setting

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

# Cache of project
.gradletasknamecache

# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties

## .gitignore ##
# ignore all
*
changelog.md

1.*/*
common/*

# allow any
!*.md
!src/
!gradle/
!lib/
!info/
!build.gradle
!common.gradle
!project.gradle
!settings.gradle
!gradle.properties
!properties.gradle
!gradlew
!gradlew.bat
!install.bat
!build.bat
!install.sh
!build.sh
!.gitmodules
!.gitignore
!.gitattributes
!.travis.yml
10 changes: 0 additions & 10 deletions .idea/compiler.xml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

126 changes: 0 additions & 126 deletions .idea/modules/SuperCompressedCobblestoneMod_api.iml

This file was deleted.

Loading

0 comments on commit bfa027b

Please sign in to comment.