Fix .gitignore to include the NGINX folder and its subdirs

This commit is contained in:
phantom 2024-08-14 15:04:45 -05:00
parent 01b938ec5a
commit 5826501d03

3
.gitignore vendored
View file

@ -2,4 +2,5 @@
*
# But not NGINX
nginx
!nginx
!nginx/**/*