summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 07ff08d455318a098607ff64bd7da58bf538da41 (plain)
1
2
3
4
5
6
7
8
9
10
11
client/dist/*.js.map
client/dist/*.js
node_modules

# Ignore Gradle project-specific cache directory
.gradle

# Ignore Gradle build output directory
build
.gitattributes
.idea/