baritone/.gitignore

33 lines
317 B
Plaintext
Raw Normal View History

2018-08-01 11:52:58 -04:00
.DS_Store
2018-08-01 13:07:40 -04:00
**/*.swp
2018-08-02 20:52:28 -07:00
run/
autotest/
2018-10-12 21:21:16 -05:00
dist/
2018-08-01 14:13:38 -04:00
2018-08-01 13:09:39 -04:00
# Gradle
2018-08-02 20:52:28 -07:00
build/
2018-08-01 13:09:39 -04:00
.gradle/
2018-08-02 20:52:28 -07:00
classes/
2018-08-01 14:05:04 -04:00
*.class
2018-08-01 13:09:39 -04:00
2018-08-01 13:07:40 -04:00
# IntelliJ Files
.idea/
*.iml
2019-08-30 11:55:25 -07:00
*.ipr
*.iws
2018-08-07 22:16:53 -05:00
/logs/
2021-06-21 09:49:18 +10:00
# Eclipse Files
.classpath
.project
.settings/
baritone_Client.launch
2018-08-07 22:16:53 -05:00
# Copyright Files
!/.idea/copyright/Baritone.xml
2019-05-03 01:48:37 -04:00
!/.idea/copyright/profiles_settings.xml
2022-02-02 15:53:43 -08:00
.vscode/launch.json