aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-02-04 20:18:20 +0100
committerLibravatar GitHub <noreply@github.com>2022-02-04 20:18:20 +0100
commit42db1e8b4dcff3667c5f14e8dd464309c3c2f23e (patch)
treef5f5efe86fb352980cf144cceb68d1a1101b274f /.gitignore
parentchore(web): fix Sonar issue (diff)
parentchore(frontend): bump frontend dependencies (diff)
downloadrefinery-42db1e8b4dcff3667c5f14e8dd464309c3c2f23e.tar.gz
refinery-42db1e8b4dcff3667c5f14e8dd464309c3c2f23e.tar.zst
refinery-42db1e8b4dcff3667c5f14e8dd464309c3c2f23e.zip
Merge pull request #18 from kris7t/releng-docs
Restructure project
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore23
1 files changed, 15 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index d0be3f43..b02db679 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,13 +1,20 @@
1bin/
2emf-gen/
3xtend-gen/
4xtext-gen/
5.gradle/
6build/
7*._trace 1*._trace
8*.xtendbin
9.classpath 2.classpath
3.gradle/
10.launch 4.launch
5.log/
6.node/
7.pnp.*
11.project 8.project
12.settings 9.settings
13node_modules/ 10.yarn/*
11!.yarn/patches
12!.yarn/plugins
13!.yarn/releases
14!.yarn/versions
15bin/
16build/
17emf-gen/
18xtend-gen/
19*.xtendbin
20xtext-gen/