# Specifies intentionally untracked files to ignore when using Git # http://git-scm.com/docs/gitignore *~ *.sw[mnpcod] *.log *.tmp *.tmp.* log.txt *.sublime-project *.sublime-workspace .vscode/ npm-debug.log* # Ignore package-lock for now package-lock.json # Firebase /GoogleService-Info.plist /google-services.json ## App /desktop /config.xml /ionic.config.json src/theme/overrides.scss src/assets/appConfig.json src/assets/externalServices.json src/assets/img/app src/assets/i18n/crowdin_api_key.txt src/assets/i18n/po/*.mo src/index.html src/manifest.json test/visual/latest test/visual/diffs test/visual/report.html test/visual/report.json junitresults.xml .sourcemaps/ .idea/ .sass-cache/ .tmp/ .versions/ coverage/ dist/ node_modules/ tmp/ temp/ hooks/ platforms/ plugins/ plugins/android.json plugins/ios.json screenshots/ www/ $RECYCLE.BIN/ Thumbs.db UserInterfaceState.xcuserstate # OSX .DS_Store .AppleDouble .LSOverride # Thumbnails ._* # Files that might appear on external disk .Spotlight-V100 .Trashes # Directories potentially created on remote AFP share .AppleDB .AppleDesktop Network Trash Folder Temporary Items .apdisk # VIM ignore [._]*.s[a-w][a-z] [._]s[a-w][a-z] *.un~ Session.vim .netrwhist *~