Files To GitIgnore - montegoulding/lcVCS GitHub Wiki
One of the first things you want to do when setting up a repo is create a .gitignore
file at the root of the repo. For lcVCS projects a good starting point for .gitignore
would be:
# Ignore StackFiles
*.livecode
*.rev
*.mc
# Ignore user state properties
userstate.json
# Ignore Externals
*.dll
*.bundle
*.so
*.lcext
*.dylib
# Ignore Archives
*.zip
# Ignore Standalones
*.app
*.exe