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 a default set of files / folders to ignore #128

Closed
DavisVaughan opened this issue Jan 3, 2025 · 3 comments · Fixed by #213
Closed

Add a default set of files / folders to ignore #128

DavisVaughan opened this issue Jan 3, 2025 · 3 comments · Fixed by #213

Comments

@DavisVaughan
Copy link
Collaborator

DavisVaughan commented Jan 3, 2025

  • cpp11.R
  • revdep/
  • renv/
  • import-standalone-*.R? Unsure
@etiennebacher
Copy link

Is there also a way to specify files to ignore in air.toml? This would be useful for other packages that automatically create files, such as extendr, savvy, Rcpp (I guess).

@eitsupi
Copy link

eitsupi commented Jan 23, 2025

I think there is a general consensus to ignore files with keywords like @generated.

So that the Cargo.lock files also contain it.

# This file is automatically @generated by Cargo.

@DavisVaughan
Copy link
Collaborator Author

@etiennebacher not yet but we will likely have an exclude field in the toml that will let you do that. It will get combined with the default excludes

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.

3 participants