1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-09 05:40:47 +02:00

Include standalone data directory in gitignore (#3671)

This commit is contained in:
powercas_gamer
2023-06-14 22:19:22 +02:00
committed by GitHub
parent 081a4f8651
commit acd8d6e5a1

3
.gitignore vendored
View File

@@ -1,3 +1,6 @@
### LuckPerms Standalone ###
standalone/loader/data/
### Gradle & IntelliJ ###
.gradle/
/.idea/