-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (42 loc) · 742 Bytes
/
.gitignore
File metadata and controls
56 lines (42 loc) · 742 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# @todo remove: Temporary during Intl development
locale/
*.??-??.*
# Resouces just on local machine
/local
# We symlink skills there from modules
/.agents/skills/
/vendor/
!/vendor/README.txt
/data/
!/data/README.txt
/public/data/
!/public/data/README.txt
/public/dist/
!/public/dist/README.txt
/public/documents/
/public/resources/
/public/robots.txt
/public/robots-*.txt
/public/.htaccess
/public/favicon.ico
/.htpasswd
/modules/
!/modules/README.txt
!/modules/*.example
!/modules/.gitkeep
/.gitmodules
/config/
!/config/README.txt
!/config/*.json.example
/tmp/
/public/tmp/
*~
/composer.json
/composer.lock
/.vscode/*
/.github/*
!/.github/copilot-instructions.md
/*.code-workspace
/*.cache
# allow custom minifiers
*.min.js