Skip to content

Commit

Permalink
fix .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 committed Mar 3, 2020
1 parent e4d6aa7 commit 40ff11e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 1,261 deletions.
32 changes: 13 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

# Created by https://www.gitignore.io/api/linux,macos,gradle,windows,intellij,forgegradle
# Edit at https://www.gitignore.io/?templates=linux,macos,gradle,windows,intellij,forgegradle
# Created by https://www.gitignore.io/api/linux,macos,gradle,windows,forgegradle,intellij+iml
# Edit at https://www.gitignore.io/?templates=linux,macos,gradle,windows,forgegradle,intellij+iml

### ForgeGradle ###
# Minecraft client/server files
run/

### Intellij ###
### Intellij+iml ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

Expand Down Expand Up @@ -40,6 +40,8 @@ run/
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr

# CMake
cmake-build-*/
Expand Down Expand Up @@ -74,19 +76,13 @@ fabric.properties
# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser

# JetBrains templates
**___jb_tmp___
### Intellij+iml Patch ###
# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023

### 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
*.iml
modules.xml
.idea/misc.xml
*.ipr

### Linux ###
*~
Expand Down Expand Up @@ -134,6 +130,7 @@ Temporary Items
### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

Expand Down Expand Up @@ -175,7 +172,4 @@ gradle-app.setting
### Gradle Patch ###
**/build/

# End of https://www.gitignore.io/api/linux,macos,gradle,windows,intellij,forgegradle

mods
classes
# End of https://www.gitignore.io/api/linux,macos,gradle,windows,forgegradle,intellij+iml
Loading

0 comments on commit 40ff11e

Please sign in to comment.