forked from Cockpit-HQ/Cockpit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (45 loc) · 645 Bytes
/
.gitignore
File metadata and controls
45 lines (45 loc) · 645 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
*~
*.diff
*.patch
.DS_Store
.project
.settings
.fleet
.idea
*.sublime-workspace
*.sublime-project
.vscode
.zed
.env
composer.lock
composer.phar
package-lock.json
bun.lockb
/.spaces/
/lib/**/.github/*
/lib/**/bin/*
/lib/**/doc/*
/lib/**/docs/*
/lib/**/demo/*
/lib/**/example/*
/lib/**/Examples/*
/lib/**/phpunit*
/lib/**/tests/*
/lib/**/test/*
/lib/**/vendor-bin/*
/lib/**/\.travis/*
/lib/**/\.travis.yml
/modules/App/assets/vendor/**/index.html
/modules/App/assets/vendor/**/test.js
/storage/*.*
/storage/*/*
/config/*
/tests/*
/node_modules
npm-debug.log
yarn-error.log
addons/
!.gitignore
!.gitkeep
!/storage/*/index.html
!/storage/*/.htaccess