-
Notifications
You must be signed in to change notification settings - Fork 21
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 .gitignore into root project directory #280
Conversation
WalkthroughThe updated Changes
Assessment against linked issues
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Would you sign it? |
I didn't know I have to do this ... now I signed :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that many files are not related to CodePair. ex) next.js, nuxt, ...
And the comment of some directories such as dist
are not for CodePair.
For example,
# Nuxt.js build / generate output
dist
We use dist
directory for built file in React and NestJS.
How about just combining two .gitignore
in frontend/
and backend/
?
- remove .gitignore in each folder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution.
* Add .gitignore into root project directory(#279) * chore: just combine front, back ignore file - remove .gitignore in each folder * chore: fix legacy file & seperate OD part in gitignore
What this PR does / why we need it?
This PR adds a
.gitignore
file to the root directory.Any background context you want to provide?
The changes made in this PR are in relation to issue #279. The
.gitignore
file is crucial for specifying untracked files and directories to be ignored by Git.What are the relevant tickets?
Fixes #279
Checklist
Summary by CodeRabbit
Summary by CodeRabbit
.gitignore
file to improve project management by systematically ignoring unnecessary files across various development environments.