yarn/.gitignore

27 lines
220 B
Plaintext
Raw Permalink Normal View History

2016-08-17 15:23:28 -04:00
.gradle/
*-merged.jar
*-mapped.jar
2019-01-16 13:37:56 -05:00
*-intermediary.jar
*.DS_Store
build/
out/
2019-07-04 11:29:01 -04:00
mappings_official/
namedSrc/
# idea
.idea/
*.iml
*.iws
*.ipr
2019-03-20 13:56:26 -04:00
*.jar
# eclipse
.eclipse
.classpath
.project
.settings/
# vscode
.vscode/
bin/