Skip to content

Commit 462e61c

Browse files
committed
chore(gitignore): reorganise lists of ignored files/directories
Signed-off-by: Qin Yu <qin.yu.95@outlook.com>
1 parent 130e3d7 commit 462e61c

File tree

1 file changed

+56
-29
lines changed

1 file changed

+56
-29
lines changed

.gitignore

Lines changed: 56 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,73 @@
1+
# IDE and Editor
2+
.devcontainer/
13
.idea/
4+
.vscode/
5+
modules/**/*.iml
6+
nextflow.eml
7+
nextflow.iml
8+
9+
# Build System
210
.gradle/
3-
.*.log*
4-
.cache/
5-
.vagrant/
11+
.launch.classpath
12+
**/build/
13+
**/out/
14+
15+
# Nextflow Runtime
16+
.lineage/
617
.nextflow*
718
.node-nextflow*
8-
.devcontainer/
9-
.vscode/
10-
.lineage/
11-
*/*/bin/
12-
**/build/
13-
modules/**/*.iml
1419
modules/nextflow/work/
15-
**/out/
16-
tmp/
1720
work/
18-
nextflow.eml
19-
nextflow.iml
21+
22+
# Logs and Cache
23+
.*.log*
24+
.cache/
25+
26+
# Temporary Files
27+
temp/
28+
tmp/
29+
30+
# Development and Testing
31+
.vagrant/
2032
Vagrantfile
21-
resources/
22-
test/
23-
tools/
24-
tests_other/
25-
other/
26-
docs/_build/
27-
/*.txt
28-
!changelog.txt
33+
docker-test/
2934
errors/
3035
misc/
31-
cloud/my-*
32-
docker-test/
36+
other/
37+
tests_other/
38+
39+
# Docker Artifacts
40+
.dockerignore
3341
docker/dist/
3442
docker/nextflow
35-
temp/
36-
.dockerignore
37-
.launch.classpath
43+
44+
# Cloud Configuration
45+
cloud/my-*
46+
47+
# Documentation
48+
docs/_build/
49+
50+
# Build and Distribution
51+
*/*/bin/
3852
plugins-prod/
53+
54+
# Project-Specific Directories
3955
/minio/
56+
/results/
4057
/sandbox/
41-
/wave-tests/
42-
/test-sched/
4358
/test-module/
44-
/results/
59+
/test-sched/
60+
/wave-tests/
4561
/x/
62+
63+
# Broad Patterns
64+
resources/
65+
test/
66+
tools/
67+
68+
# Root-Level Text Files
69+
/*.txt
70+
!changelog.txt
71+
72+
# Configuration
4673
mise.toml

0 commit comments

Comments
 (0)