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

Create .gitignore #5165

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TheAnalogyGuy
Copy link

This should close #5127

@TheAnalogyGuy
Copy link
Author

Nothing to preview

@gnapse
Copy link

gnapse commented Feb 21, 2024

I thought this was going to be a .gitignore file with lots of code-related file extensions. Lost opportunity 😄

@arpanetus
Copy link

arpanetus commented Feb 22, 2024

@gnapse then it's just

*

@gnapse
Copy link

gnapse commented Mar 4, 2024

Actually, you're on to something:

# Ignore all files
*

# Except these
!.gitignore
!CONTRIBUTING.md
!Dockerfile
!LICENSE
!README.md
!STYLE.md

Comment on lines +1 to +3
# Ignore these files

# But not these files...
Copy link

@gnapse gnapse Mar 4, 2024

Choose a reason for hiding this comment

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

Suggested change
# Ignore these files
# But not these files...
# Ignore all files
*
# Except these
!.gitignore
!CONTRIBUTING.md
!Dockerfile
!LICENSE
!README.md
!STYLE.md

@wukai-meow
Copy link

Very bad PR. Too many .gitignore codes :P

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.

[Request] Need a .gitignore file
5 participants