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

add .prettierignore and/or format additional files #216

Closed
sethvincent opened this issue Aug 23, 2023 · 0 comments · Fixed by #426
Closed

add .prettierignore and/or format additional files #216

sethvincent opened this issue Aug 23, 2023 · 0 comments · Fixed by #426

Comments

@sethvincent
Copy link
Contributor

sethvincent commented Aug 23, 2023

I've noticed some files that haven't been formatted with prettier. Some of them (generated files) seem like they don't need to be and should be ignored:

 CHANGELOG.md                            
 drizzle/client/meta/0000_snapshot.json  
 drizzle/client/meta/_journal.json       
 drizzle/project/meta/0000_snapshot.json 
 drizzle/project/meta/_journal.json      
 src/generated/extensions.d.ts           
 src/generated/extensions.js             
 src/generated/extensions.ts             
 src/generated/keys.d.ts                 
 src/generated/keys.js                   
 src/generated/keys.ts                   
 src/generated/rpc.d.ts                  
 src/generated/rpc.js                    
 src/generated/rpc.ts                    

I'd probably ignore everything but the change log.

EvanHahn added a commit to EvanHahn/mapeo-core-next that referenced this issue Jan 4, 2024
achou11 pushed a commit that referenced this issue Jan 4, 2024
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

Successfully merging a pull request may close this issue.

1 participant