-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy path.gitignore
More file actions
71 lines (62 loc) · 980 Bytes
/
.gitignore
File metadata and controls
71 lines (62 loc) · 980 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Eclipse
.metadata/
.recommenders/
# Xtext
**/*-gen/
**/*generated*/
# Gradle
**/build/
bin/
.gradle
gradle.prefs
gradle.xml
# Hugo
site/public
# KDE
.directory
*.kate-swp
# Kotlin
.kotlin/
# Idea
out/
uiDesigner.xml
buildProfile/
*.iml
.idea/artifacts/
.idea/copilot/
.idea/libraries/
.idea/ktfmt.xml
.idea/workspace.xml
.idea/codeStyleSettings.xml
.idea/inspectionProfiles/profiles_settings.xml
.idea/jarRepositories.xml
.idea/dataSources.local.xml
.idea/libraries-with-intellij-classes.xml
.idea/runConfigurations.xml
.idea/shelf
.idea/checkstyle-idea.xml
/.idea/AndroidProjectSystem.xml
/.idea/IntelliLang.xml
/.idea/kotlinc.xml
# MacOS
.DS_Store
# Other
dokka-cache/no-javadoc.json
node_modules/
.kotlintest/
**/*.kotlintest*/*
*.cache-main
*.cache-tests
.hugo_build.lock
.name
.vscode
compiler.xml
hs_err_pid*.log
misc.xml
modules.xml
replay_pid*.log
scala_compiler.xml
# Exceptions
# Keep 'build' packages in src directories
!**/src/**/build/
!**/src/**/build/**