Skip to content

Commit

Permalink
Create .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
KernFerm authored Oct 30, 2024
1 parent 9d834f8 commit 8d3748d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Ignore everything
*

# But not these files...
!LICENSE.md
!bubblesbotdefender.png
!readme.md

# Also not ignore .gitignore file
!.gitignore

0 comments on commit 8d3748d

Please sign in to comment.