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

chore(gitignore): ignore log file like *.err and *.log #3915

Merged
merged 2 commits into from
Nov 22, 2024
Merged

Conversation

cebarobot
Copy link
Member

@cebarobot cebarobot commented Nov 22, 2024

In our development pratices, it's common to name stdout and stderr output log as *.log and *.err, respectively, based on informal observation within our team.

This patch adds *.log and *.err to the .gitignore file to ensure they are ignored by Git. Notably, *.log is already ignored due to existing rules, and there is no source files in the projects with a *.err extension. As such, this patch is safe.

This patch also adds .gitignore into .github/filters.yaml to sikp ci. It seems no need to run CI again when .gitignore is modified.

In our development pratices, it's common to name stdout and stderr output log as *.log and *.err, respectively, based on informal observation within our team. This patch adds *.log and *.err to the .gitignore file to ensure they are ignored by Git. Notably, *.log is already ignored due to existing rules, and there is no source files in the projects with a *.err extension. As such, this patch is safe.
It seems no need to run CI again when .gitignore is modified.
@Tang-Haojin Tang-Haojin merged commit f12520c into master Nov 22, 2024
9 checks passed
@Tang-Haojin Tang-Haojin deleted the gitignore branch November 22, 2024 07:27
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