forked from Rebolon/php-sf-flex-webpack-encore-vuejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
42 lines (33 loc) · 755 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
###> symfony/framework-bundle ###
.env
/public/bundles/
/var/cache
/var/certificates
/var/data/main.db
/var/log
/var/report
/vendor/
###< symfony/framework-bundle ###
###> symfony/webpack-encore-pack ###
/node_modules/
###< symfony/webpack-encore-pack ###
/.idea/
/public/build/
/assets/js/lib/config.js
/testcafe.xunit.xml
###> friendsofphp/php-cs-fixer ###
.php_cs
.php_cs.cache
###< friendsofphp/php-cs-fixer ###
###> phpunit/phpunit ###
/phpunit.xml
###< phpunit/phpunit ###
/var/data/test.db
/public/dist/
/public/dist-ng/
/public/service-worker.js
/assets/js/angular/devxpress-angular/node_modules/
/public/dist-ng-prod-with-service-worker
###> lexik/jwt-authentication-bundle ###
/config/jwt/*.pem
###< lexik/jwt-authentication-bundle ###