-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gitignore some critically bad stuff #21
Comments
PR pls. What's |
yes, it's a vscode thing, see the launch config in #23 , it's a chrome data directory for an idea Calebs-MBP:warmeister calebcushing$ ls -l .chrome/
total 8328
-rw-------@ 1 calebcushing staff 4194304 Apr 17 15:32 BrowserMetrics-spare.pma
drwx------@ 3 calebcushing staff 96 Apr 17 15:29 CertificateRevocation
drwx------@ 3 calebcushing staff 96 Apr 17 15:29 Crowd Deny
drwx------@ 57 calebcushing staff 1824 Apr 17 16:08 Default
drwx------@ 3 calebcushing staff 96 Apr 17 15:29 FileTypePolicies
drwx------@ 3 calebcushing staff 96 Apr 17 15:31 GrShaderCache
-rw-------@ 1 calebcushing staff 42383 Apr 17 16:08 Local State
drwx------@ 2 calebcushing staff 64 Apr 17 15:28 MEIPreload
drwx------@ 2 calebcushing staff 64 Apr 17 15:28 OriginTrials
drwx------@ 3 calebcushing staff 96 Apr 17 15:29 PepperFlash
drwx------@ 3 calebcushing staff 96 Apr 17 15:29 SSLErrorAssistant
drwx------@ 16 calebcushing staff 512 Apr 17 16:02 Safe Browsing
-rw-------@ 1 calebcushing staff 20480 Apr 17 15:30 Safe Browsing Cookies
-rw-------@ 1 calebcushing staff 0 Apr 17 15:30 Safe Browsing Cookies-journal
drwx------@ 3 calebcushing staff 96 Apr 17 15:29 SafetyTips
drwx------@ 3 calebcushing staff 96 Apr 17 15:28 ShaderCache
drwx------@ 4 calebcushing staff 128 Apr 17 15:29 Subresource Filter
drwx------@ 3 calebcushing staff 96 Apr 17 15:29 TLSDeprecationConfig
drwx------@ 2 calebcushing staff 64 Apr 17 15:28 WidevineCdm
-rw-r--r--@ 1 calebcushing staff 4 Apr 17 16:08 chrome_shutdown_ms.txt
drwx------@ 3 calebcushing staff 96 Apr 17 15:29 pnacl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
although I would like to see more than these 2 I got bit hard, especially by
.chrome
when it wasn't ignored, I force pushed it away (bad bad) because I didn't want all of it's garbage, some of which is presumably binary in my repo. Note, this happened as a result of trying to use the vscode chrome debugger. Also, I can't see a reason to ever include logsThe text was updated successfully, but these errors were encountered: