You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Meteor Specific, basically you need a minimum of ./meteor/packages versions release and platforms, but not the ./meteor/local folder because it contains the app itself
# .meteor
.meteor/local
.meteor/.gitignore
.meteor/dev_bundle
# Editor
.vscode/
.idea/
*.swp
*.swo
# Project specific for our UPLOAD and DOWNLOADS
data/
# Project specific Docker Images
docker-build*/*.tar.bz2
docker-build*/*.tar
# OS generated files (JUST IN CASE YOUR FOLDER HAS EXTRA USELESS STUFF)