-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
89 lines (89 loc) · 1.27 KB
/
.gitignore
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
!.vscode/*.code-snippets
!.vscode/extensions.json
!.vscode/launch.json
!.vscode/settings.json
!.vscode/tasks.json
*.*~
*.bak
*.css.map
*.gho
*.iws
*.ori
*.orig
*.pyc
*.sass.map
*.scss.map
*.sln.docstates
*.suo
*.swp
*.tmp
*.user
*.userosscache
*.vsix
*~
.DS_Store
.Trash-*
.directory
.fuse_hidden*
.history/
.idea
.idea/**/aws.xml
.idea/**/contentModel.xml
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/dataSources/
.idea/**/dbnavigator.xml
.idea/**/dictionaries
.idea/**/dynamic.xml
.idea/**/gradle.xml
.idea/**/libraries
.idea/**/mongoSettings.xml
.idea/**/shelf
.idea/**/sqlDataSources.xml
.idea/**/tasks.xml
.idea/**/uiDesigner.xml
.idea/**/usage.statistics.xml
.idea/**/workspace.xml
.idea/caches/build_file_checksums.ser
.idea/httpRequests
.idea/replstate.xml
.idea/sonarlint/
.idea_modules/
.nfs*
.sass-cache/
.svelte-kit/
.vs/
.vscode
.vscode/*
/.hugo_build.lock
/assets/jsconfig.json
/public/
/resources/_gen/
[Bb]in/
[Dd]ebug/
[Dd]ebugPublic/
[Oo]bj/
[Oo]ut/
[Rr]elease/
[Rr]eleases/
atlassian-ide-plugin.xml
bld/
build/
cmake-build-*/
com_crashlytics_export_strings.xml
crashlytics-build.properties
crashlytics.properties
fabric.properties
hugo.darwin
hugo.exe
hugo.linux
hugo_stats.json
msbuild.err
msbuild.log
msbuild.wrn
nupkg/
out/
package
project.lock.json
x64/
x86/