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

Dbosignore #662

Merged
merged 3 commits into from
Dec 5, 2024
Merged

Dbosignore #662

merged 3 commits into from
Dec 5, 2024

Conversation

manojdbos
Copy link
Contributor

@manojdbos manojdbos commented Dec 4, 2024

.dbosignore files has a list of files/directories to ignore.
A minimal .gitignore

e2e test will be a PR from dbos-cloud

@manojdbos manojdbos marked this pull request as ready for review December 4, 2024 23:11
pattern.startsWith('!') ? `!${pattern.slice(1)}` : `**/${pattern}`
) ;

const hardcodedIgnorePatterns = [ `**/${dbosEnvPath}/**`, "**/node_modules/**", "**/dist/**", "**/.git/**", `**/${dbosConfigFilePath}`, "**/venv/**", "**/.venv/**"];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably should ignore the .dbosignore itself

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is going to be a small file. I feel we should keep it -- could be useful to debugging

@manojdbos manojdbos merged commit 35ae800 into main Dec 5, 2024
8 checks passed
@manojdbos manojdbos deleted the dbosignore branch December 5, 2024 19:39
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 this pull request may close these issues.

2 participants