This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
######################################## | |
# Bakery .gitignore | |
# Ignore: https://geom.io/bakery/wiki/index.php?title=How_do_I...#How_do_I_use_git.2Fcollab.2Fother_version_control_system_with_Bakery.3F | |
# Never ignore: https://geom.io/bakery/wiki/index.php?title=How_do_I...#How_do_I_share_a_scene_with_someone_who_doesn.E2.80.99t_have_Bakery_installed.3F | |
######################################## | |
############# BAKERY ASSETS ############ | |
# Ignore Bakery Assets folder | |
/[Aa]ssets/Bakery/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# PREPARING THIS PROJECT FOR USE WITH GIT: https://thoughtbot.com/blog/how-to-git-with-unity | |
# This .gitignore file should be placed at the root of your Unity project directory | |
# Logs and databases # | |
###################### | |
*.log | |
######################################## | |
# Unity .gitignore | |
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore |