forked from oroinc/crm-application
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
49 lines (49 loc) · 773 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
43
44
45
46
47
48
49
/.settings
/.buildpath
/.project
/.idea
/node_modules
atlassian-ide-plugin.xml
/composer.phar
composer.lock
behat.yml
/var/*
!var/cache/
/var/cache/*
!var/cache/.gitkeep
!var/logs/
/var/logs/*
!var/logs/.gitkeep
!var/attachment/
/var/attachment/*
!var/attachment/.gitkeep
!var/import_export/
/var/import_export/*
!var/import_export/.gitkeep
!var/oro-check.php
!var/SymfonyRequirements.php
!var/OroRequirements.php
/build
/vendor
/cov
/public/bundles
/public/css
/public/js
/public/build
/public/layout-build
/public/uploads/users/*
/public/media/cache
/public/media/js
/public/build.js
/config/parameters.yml
/config/parameters_test.yml
phpunit.xml
*~
bin/*
!bin/console
!bin/dist
/public/uploads/behat
/.web-server-pid
/.vagrant
/.php-version
/docker-compose.override.yml