Skip to content

Commit

Permalink
Initial release - 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szczyglis-dev committed Apr 22, 2022
1 parent 06bdf91 commit aa0d306
Show file tree
Hide file tree
Showing 78 changed files with 10,155 additions and 50 deletions.
60 changes: 12 additions & 48 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,52 +1,16 @@
# Cache and logs (Symfony2)
/app/cache/*
/app/logs/*
!app/cache/.gitkeep
!app/logs/.gitkeep

# Email spool folder
/app/spool/*

# Cache, session files and logs (Symfony3)
/var/cache/*
/var/logs/*
/var/sessions/*
!var/cache/.gitkeep
!var/logs/.gitkeep
!var/sessions/.gitkeep

# Logs (Symfony4)
/var/log/*
!var/log/.gitkeep

# Parameters
/app/config/parameters.yml
/app/config/parameters.ini

# Managed by Composer
/app/bootstrap.php.cache
/var/bootstrap.php.cache
/bin/*
!bin/console
!bin/symfony_requirements
###> symfony/framework-bundle ###
/.idea/
/var/
/vendor/
###< symfony/framework-bundle ###

# Assets and user uploads
/web/bundles/
/web/uploads/

# PHPUnit
/app/phpunit.xml
###> symfony/phpunit-bridge ###
.phpunit
.phpunit.result.cache
/phpunit.xml
###< symfony/phpunit-bridge ###

# Build data
/build/

# Composer PHAR
/composer.phar

# Backup entities generated with doctrine:generate:entities command
**/Entity/*~

# Embedded web-server pid file
/.web-server-pid
###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###
Loading

0 comments on commit aa0d306

Please sign in to comment.