What folders/files need to be ignored for non-GIT SCM?

I have been using Plastic SCM for years, just started to learn Defold and would like to continue to use Plastic for my source control. What folders/files should I ignore in a Defold project? I couldn’t find this information in the documentation (unless I totally missed it).

These are what is in the default gitignore file.

.externalToolBuilders
.DS_Store
.lock-wscript
build
*.pyc
.project
.cproject
builtins
.internal

The list should be updated as it isn’t really accurate. I think the only two that are needed are “build” and “.internal”.

1 Like