syncify
syncify copied to clipboard
Remove dist folder
Removes compiled files from version control as they should be built during deployment.
Changes:
- Removes
dist/folder from git tracking - Adds
dist/to.gitignore
Closes #43
Note: Contributors should follow the contributing guidelines to set up a local build after this change.