๐Ÿ“ฆ directus / v6-archive

๐Ÿ“„ .gitignore ยท 41 lines
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# Ignore configuration files
api/config.php
api/configuration.php

documents

assets/css/*.map

Icon
.DS_Store
dist/*

# Don't track composer phar/vendors
composer.phar
composer.lock
/vendor

# Ignore log files, but track the log README
*.log

!customs/endpoints/_example.php
customs/extensions/*
!customs/extensions/.gitignore
!customs/extensions/_example/
customs/interfaces/*
!customs/interfaces/.gitignore
!customs/interfaces/_example
/customs/listviews/*
!customs/listviews/.gitignore
!storage/uploads/.gitignore
!storage/uploads/thumbs/.gitignore

thumbnail/**/

# Ignore dev files
.idea
.sass-cache
.gulp-scss-cache
node_modules
storage