Skip to content

Commit

Permalink
feat(.gitignore) : ignore all others folders and .env
Browse files Browse the repository at this point in the history
  • Loading branch information
mrflos committed Nov 7, 2023
1 parent 28e5b78 commit 9cefbe6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@

# we ignore all folders other than yeswiki's ones, to be able to use farm for example
*/
!.github/
!actions/
!cache/
!custom/
!docs/
!files/
!formatters/
!handlers/
!includes/
!javascripts/
!lang/
!private/
!setup/
!styles/
!templates/
!tests/
!themes/
!tools/

# Composer
vendor

# Node modules
node_modules
!javascripts/vendor
Expand All @@ -9,6 +32,7 @@ node_modules
robots.txt

# YesWiki stuff
.env
wakka.config.php
info.php
cache/*
Expand Down

0 comments on commit 9cefbe6

Please sign in to comment.