-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
37 lines (37 loc) · 1.29 KB
/
.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
/app/cache/*
!app/cache/.gitkeep
/app/logs/*
!app/logs/.gitkeep
/web/image/tmp/*
/src/AppBundle/Resources/config/vista_manager/*
!src/AppBundle/Resources/config/vista_manager/.gitkeep
/src/AppBundle/Resources/config/vista_manager/122/*
!src/AppBundle/Resources/config/vista_manager/122/.gitkeep
/web/image/vista_manager/*
!web/image/vista_manager/.gitkeep
/web/image/vista_manager/122/*
!web/image/vista_manager/122/.gitkeep
/src/AppBundle/Resources/config/vista_manager_ex/*
!src/AppBundle/Resources/config/vista_manager_ex/.gitkeep
/src/AppBundle/Resources/config/vista_manager_ex/220/*
!src/AppBundle/Resources/config/vista_manager_ex/220/.gitkeep
/web/image/vista_manager_ex/*
!web/image/vista_manager_ex/.gitkeep
/web/image/vista_manager_ex/220/*
!web/image/vista_manager_ex/220/.gitkeep
/src/AppBundle/Resources/config/awc/*
!src/AppBundle/Resources/config/awc/.gitkeep
/src/AppBundle/Resources/config/awc/110/*
!src/AppBundle/Resources/config/awc/110/.gitkeep
/web/image/awc/*
!web/image/awc/.gitkeep
/web/image/awc/110/*
!web/image/awc/110/.gitkeep
/src/AppBundle/Resources/config/test/*
!src/AppBundle/Resources/config/test/.gitkeep
/src/AppBundle/Resources/config/test/0*/*
!src/AppBundle/Resources/config/test/0*/.gitkeep
/web/image/test/*
!web/image/test/.gitkeep
/web/image/test/0*/*
!web/image/test/0*/.gitkeep