Skip to content

Commit

Permalink
Reworked .gitignore (#20)
Browse files Browse the repository at this point in the history
* Reworked gitignore to ignore additional extensions and settings - var folder now empty with just a dedicated .gitignore file

* Only work with one global .gitignore file - use .gitkeep files to handle empty dirs

* Remove extension and settings folder from ignore list

* missing rule in .gitignore added
  • Loading branch information
pkamps authored May 11, 2017
1 parent 95a7d66 commit 53fbbc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
12 changes: 3 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/var/autoload/
/var/cache/
/var/*/cache/
/var/*_site/
/var/log/
/var/*/log/
/var/storage/
/var/test*
*.DS_Store
/.project
/.idea/
Expand All @@ -14,4 +6,6 @@
/bin/win32
/vendor
/composer.lock

/var/*
# Except for any .gitkeep file in the tree. This is added only to keep directories in the repository.
!.gitkeep
Empty file added var/.gitkeep
Empty file.
11 changes: 0 additions & 11 deletions var/webdav/root/info.txt

This file was deleted.

0 comments on commit 53fbbc8

Please sign in to comment.