diff --git a/.gitignore b/.gitignore index 6cd89979bf8..8f131770e95 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,31 @@ node_modules/ *.log -out/ + +#**/out/**/* +#!**/*js.snap + dist/ + /.idea/compiler.xml /.idea/encodings.xml -/.idea/copyright/profiles_settings.xml /.idea/workspace.xml +/.idea/copyright/ /.idea/deployment.xml +/.idea/shelf/ + +/docs/.idea/ + /typings/browser/ /typings/browser.d.ts /typings/main.d.ts + .DS_Store -.idea/shelf/ + /test/typings/electron-builder.d.ts -/test/typings/electron-auto-updater.d.ts \ No newline at end of file +/test/typings/electron-auto-updater.d.ts + +/nsis-auto-updater/out/ +/out/ +# to not exclude .js.snap (jest snapshots) +/test/out/**/*.js +/test/out/**/*.map \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index a4ab52713ac..3d4082833f6 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -3,8 +3,13 @@