baritone/.gitignore

33 lines
317 B
Plaintext
Raw Normal View History

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