File tree Expand file tree Collapse file tree 1 file changed +56
-29
lines changed
Expand file tree Collapse file tree 1 file changed +56
-29
lines changed Original file line number Diff line number Diff line change 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
1419modules /nextflow /work /
15- ** /out /
16- tmp /
1720work /
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 /
2032Vagrantfile
21- resources /
22- test /
23- tools /
24- tests_other /
25- other /
26- docs /_build /
27- /* .txt
28- ! changelog.txt
33+ docker-test /
2934errors /
3035misc /
31- cloud /my- *
32- docker-test /
36+ other /
37+ tests_other /
38+
39+ # Docker Artifacts
40+ .dockerignore
3341docker /dist /
3442docker /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 /
3852plugins-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
4673mise.toml
You can’t perform that action at this time.
0 commit comments