Skip to content

Commit

Permalink
Merge pull request #24057 from BKPepe/gitignore
Browse files Browse the repository at this point in the history
Introduce .gitignore
  • Loading branch information
BKPepe authored May 23, 2024
2 parents a6b0d50 + eb8550d commit 281aebc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
*.o
.DS_Store
.*.swp
*.orig
*.rej
.vscode*
/.env
/.env.*
/*.patch

0 comments on commit 281aebc

Please sign in to comment.