mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00:00
Revert "Meta: Remove catchall lines in .gitignore (#4565)"
This reverts commit bee1774b92
.
It made our .gitignore ignore *everything*.
This commit is contained in:
parent
4e99e013f0
commit
45d1c08386
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,6 @@
|
||||||
*
|
*
|
||||||
|
!*.*
|
||||||
|
!*/
|
||||||
!Makefile
|
!Makefile
|
||||||
!LICENSE
|
!LICENSE
|
||||||
!Base/**
|
!Base/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue