# GCloud and git .gcloudignore .git .gitignore # Misc .DS_Store npm-debug.log* yarn-debug.log* yarn-error.log* LICENSE README.md .eslintrc.js .prettierrc.js # Dependencies node_modules/ # Does more harm than good package-lock.json # Testing coverage/ __mocks__/ __tests__/ __fixtures__/ __coverage__/ # Custom (add custom excludes here)