-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (35 loc) · 775 Bytes
/
.gitignore
File metadata and controls
36 lines (35 loc) · 775 Bytes
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
/.angular/cache
/config/autoload/*.local.php
/config/autoload/local.php
/config/development.config.php
/data/tmp/
/data/cache/*.*
/data/cache/DoctrineORMModule/*
/data/cache/images/*
/data/file/*
/data/session/*
!/data/file/dw4jV3zYSPsqE2CB8BcP8ABD0.pdf
!/data/file/4k123pkopvs3iDFV948abcde.pdf
/data/images/*
!/data/images/train.jpg
!/data/images/revue61.jpg
!/data/images/revue62.jpg
/dist/
/*.backup.sql.gz
/htdocs/
/.idea/
/logs/
/node_modules/
/phpunit.xml
/.pm2/
/vendor/
/client/app/shared/generated-config.ts
/client/app/shared/generated-schema.graphql
/client/app/shared/generated-types.ts
/client/assets/images/*
!/client/assets/images/.gitkeep
.DS_Store
data/download-file-counter/*
!data/download-file-counter/.gitkeep
# keep it at the end of the file
!.gitkeep