aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 1fcd4143864e0e68386c731b333187a4cde85cea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
deps/*
.idea/*
*.iml
**/application.properties
**/logback.xml
**/npm-*.log
**/logging.properties
**/build/**
**/.gradle/**
**/node_modules/**
.vscode/*
*.class
**/.classpath
**/.project
**/.settings/**
**/bin/**
**/.DS_Store
**/out/**
juick-server/src/main/resources/static/*.js
juick-server/src/main/resources/static/*.css
juick-server/src/main/resources/static/*.map
juick.p12