# .packwizignore follows the same format as .gitignore, and can be used to exclude unwanted files from pack exports
# See https://git-scm.com/docs/gitignore

README.md
LICENSE*
/.github/

# git
*.gitattributes
*.gitignore
/.git/

# exported modpacks
*.zip
*.mrpack

# packwiz
packwiz.exe
packwiz

# eclipse
*.launch
.settings
.metadata
.classpath
.project
/bin/

# idea
*.ipr
*.iws
*.iml
/out/
/.idea/

# vscode
/.vscode/

# fleet
/.fleet/

# MacOS
*.DS_Store

# modpack
/docs/