1
0
mirror of https://git.fsfe.org/FSFE/fsfe-local-build.git synced 2026-04-14 16:47:38 +02:00

change ignoring and keeping of folders to prevent dirty directories when dealing with the fsfe-website git and its .gitignore

This commit is contained in:
2018-11-28 13:09:15 +01:00
parent c26208da78
commit 1e1cd80be6
5 changed files with 7 additions and 4 deletions

7
.gitignore vendored
View File

@@ -1,3 +1,10 @@
config.cfg
lighttpd-fsfe.conf
pywebserver-fsfe.log
lighttpd-fsfe*.log
# ignore everything in fsfe.org/ and status/ but keep the folders
fsfe.org/*
!fsfe.org/.gitkeep
status/*
!status/.gitkeep

2
fsfe.org/.gitignore vendored
View File

@@ -1,2 +0,0 @@
*
!.gitignore

0
fsfe.org/.gitkeep Normal file
View File

2
status/.gitignore vendored
View File

@@ -1,2 +0,0 @@
*
!.gitignore

0
status/.gitkeep Normal file
View File