Skip to content

Commit

Permalink
feat: update .gitignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
swollner committed Mar 13, 2023
1 parent 9383cd8 commit 10766b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 989 deletions.
14 changes: 8 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
#php
config.php
php/src/tools/onlyoffice/storage
!php/src/tools/onlyoffice/storage/templates
assets/private.key
assets/public.key
service/src/main/php/data/
service/src/main/php/src/tools/onlyoffice/storage
!service/src/main/php/src/tools/onlyoffice/storage/templates
service/src/main/assets/private.key
service/src/main/assets/public.key
composer.phar
php/composer.lock
composer.lock
composerinstaller.php
vendor
log
!log/.gitkeep
Expand Down Expand Up @@ -33,4 +35,4 @@ buildNumber.properties
THIRD-PARTY*.txt

# Dotenv
.env
.env
Loading

0 comments on commit 10766b6

Please sign in to comment.