-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Expand file tree
/
Copy path.gitignore
More file actions
128 lines (112 loc) · 3.56 KB
/
Copy path.gitignore
File metadata and controls
128 lines (112 loc) · 3.56 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
*~
/*.log
# vim swap files (.swp, .swo, .swn) - but NOT .swcrc, which is the SWC transpiler
# configuration and has to be committed. Without this exception `git add .swcrc`
# is silently a no-op and the fix for #6557 never leaves the working tree.
*.sw*
!.swcrc
.meteor-spk
*.sublime-workspace
tmp/
node_modules/
npm-debug.log
.gitmodules
.vscode/
.idea/
.build/*
**/parts/
**/stage
**/prime
**/*.snap
snap/.snapcraft/
.idea
.DS_Store
.DS_Store?
.build*
*.browserify.js.cached
*.browserify.js.map
.build*
versions.json
.versions
.npm
.build*
._*
.Trashes
Thumbs.db
ehthumbs.db
.eslintcache
.meteor/local
.meteor/local-test
.devcontainer/docker-compose.extend.yml
.devcontainer/volumes*/
.coverage
# Rspack build artifacts
_build/
public/build-assets/
public/build-chunks/
private/build-assets/
private/build-chunks/
public/client-rspack.js.map
# Helm chart
# Chart dependencies
/helm/wekan/**/*.tgz
/helm/wekan/charts
# Meteor Modern-Tools build context directories
_build
*/build-assets
*/build-chunks
.rsdoctor
# Tests
playwright-report/
test-results/
# Claude AI
.claude/
# Companion repositories and tools, cloned INSIDE this checkout so they work in a
# Flatpak sandbox that shares only this directory. One ignored directory for all
# of them - it replaced an entry per clone (/FerretDB/, /node/, /mongo-tools/,
# /mongosh/, /sandstorm/, /projects/, and the WeKan variants), which had to be
# extended by hand for every new one. build.sh's ensure_tool_repo clones what a
# test run needs into here: .tools/FerretDB, .tools/node-patches,
# .tools/mongo-tools-patches. Nothing in here is WeKan's source, and Meteor is
# told the same by /.tools/ in .meteorignore.
.tools/
# Meteor custom local directory (METEOR_LOCAL_DIR)
_build-local-test
*/build-assets-local-test
*/build-chunks-local-test
# Test and build logs, when they land INSIDE the repo. build.sh writes to
# ../log/<datetime>/ by preference - one level up, so a test run does not show
# up in git status - but the parent of the repo is not writable in a Flatpak
# sandbox, which shares only the repository. There it falls back to ./log/,
# which must not be committed.
/log/
# V8 heap snapshots from WEKAN_BUILD_HEAP_SNAPSHOT=1. Named
# Heap.<date>.<pid>.<n>.heapsnapshot by Node, written into the repo root
# because that is the build's working directory, and as large as the heap that
# produced them - gigabytes.
Heap.*.heapsnapshot
# Linux core dumps (core.<pid>), e.g. from a crashing Playwright/WebKit browser
# process. Written into the crashing process CWD (tests/playwright/) by
# kernel.core_pattern; never source files.
core.[0-9]*
# The two variant repositories (wekan/wekan-ondra, wekan/wekan-gantt-gpl) when
# they are cloned INSIDE this working copy to be synced by hand. They are whole
# git repositories of their own; git would not commit them into this one, but
# they should not show up as untracked noise either.
/wekan-ondra/
/wekan-gantt-gpl/
# node-patches: a SEPARATE repo (github.com/wekan/node-patches) checked out here.
node-patches/
# mongo-tools-patches: a SEPARATE repo (github.com/wekan/mongo-tools-patches)
# checked out here. Same story as node-patches: the PATCHES to the upstream
# MongoDB Database Tools that WeKan's bundled bsondump/mongodump/... are built
# from, replacing the wekan/mongo-tools source fork.
mongo-tools-patches/
# Meteor Modern-Tools build context directories
*/build-assets*
*/build-chunks*
# Meteor custom local directory (METEOR_LOCAL_DIR)
*/build-assets-local-test*
*/build-chunks-local-test*
# Generated on the Windows single-EXE runner (releases/append-windows-payload.mjs --manifest)
wekan-real-files.h