Skip to content
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

Closed
xenoterracide opened this issue Apr 18, 2020 · 2 comments
Closed

gitignore some critically bad stuff #21

xenoterracide opened this issue Apr 18, 2020 · 2 comments

Comments

@xenoterracide
Copy link

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 logs

.chrome
*.log
@3cp
Copy link
Member

3cp commented Apr 18, 2020

PR pls. What's .chrome? Is that a vscode+chrome thing? (I am not vscode user)

@xenoterracide
Copy link
Author

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

@3cp 3cp closed this as completed in ba65cec Apr 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants