-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (59 loc) · 1.04 KB
/
.gitignore
File metadata and controls
61 lines (59 loc) · 1.04 KB
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
.apt_generated
atlassian-ide-plugin.xml
build/
.classpath
cmake-build-*/
com_crashlytics_export_strings.xml
crashlytics-build.properties
crashlytics.properties
/dist/
.DS_Store
fabric.properties
.factorypath
.idea/**/aws.xml
.idea/caches/build_file_checksums.ser
.idea/compiler.xml
.idea/**/contentModel.xml
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/dbnavigator.xml
.idea/**/dictionaries
.idea/**/dynamic.xml
.idea/**/gradle.xml
.idea/httpRequests
.idea/jarRepositories.xml
.idea/**/libraries
.idea/libraries/
.idea_modules/
.idea/modules.xml
.idea/**/mongoSettings.xml
.idea/replstate.xml
.idea/**/shelf
.idea/sonarlint/
.idea/**/sqlDataSources.xml
.idea/**/tasks.xml
.idea/**/uiDesigner.xml
.idea/**/usage.statistics.xml
.idea/**/workspace.xml
*.iml
*.ipr
*.iws
!.mvn/wrapper/maven-wrapper.jar
/nbbuild/
/nbdist/
/.nb-gradle/
/nbproject/private/
out/
.project
.settings
.springBeans
!**/src/main/**/build/
!**/src/main/**/target/
!**/src/test/**/build/
!**/src/test/**/target/
.sts4-cache
target/
.vscode/
.envrc
.direnv