aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: dd3cfa848eccc0dde1cb6ffda6e0e78a78a0d294 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
deps/*
.idea/*
*.iml
**/juick.conf
**/logback.xml
**/npm-*.log
**/logging.properties
**/build/**
.gradle/**
**/node_modules/**
.vscode/*
*.class
**/.classpath
**/.project
**/.settings/**
**/bin/**
juick-www/src/main/webapp/scripts.js*
juick-www/src/main/webapp/style.css*

juick-spring-www/src/main/webapp/scripts.js*
juick-spring-www/src/main/webapp/style.css*