-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (47 loc) · 702 Bytes
/
Copy path.gitignore
File metadata and controls
47 lines (47 loc) · 702 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
!.run/
!.vscode/tasks.json
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
*.hprof
*.iml
.DS_Store
.classpath
.envrc
.gradle/
.idea/.name
.idea/codeStyles/
.idea/compiler.xml
.idea/dictionaries/
.idea/encodings.xml
.idea/gradle.xml
.idea/inspectionProfiles/
.idea/jenkinsSettings.xml
.idea/kotlinc.xml
.idea/libraries/
.idea/markdown-exported-files.xml
.idea/markdown-navigator.xml
.idea/markdown-navigator/
.idea/misc.xml
.idea/modules.xml
.idea/modules/
.idea/sonarIssues.xml
.idea/sonarlint/
.idea/vcs.xml
.idea/workspace.xml
.pnp.*
.project
.rubygems/
.settings
.settings/
.yarn/
bin/
build/
buildSrc/build/
example/gradle*
gradlew.bat
local.properties
node_modules/
out/