We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43169e8 commit bbcb374Copy full SHA for bbcb374
3 files changed
.gitignore
@@ -17,7 +17,3 @@ src/main/assembly/static/lib/*.jar
17
18
src/main/generated-sources
19
conf/sql-boot*
20
-
21
-malewicz/node_modules/
22
-malewicz/node/
23
-malewicz/dist/
src/main/malewicz/.gitignore
@@ -1,5 +1,6 @@
1
.DS_Store
2
node_modules/
3
+node/
4
/dist/
5
npm-debug.log*
6
yarn-debug.log*
@@ -8,6 +9,8 @@ yarn-error.log*
8
9
/test/e2e/reports/
10
selenium-debug.log
11
12
+package-lock.json
13
+
14
# Editor directories and files
15
.idea
16
.vscode
src/main/malewicz/static/.gitkeep
0 commit comments