-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
47 lines (42 loc) · 879 Bytes
/
.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
*.iws
*.launch
.externalToolBuilders/
.DS_Store
.idea/
.nb-gradle/
.project
.settings/
atlassian-ide-plugin.xml
nbactions.xml
nbbuild/
nbdist/
nbproject/private/
desktop.ini/
.classpath
.factorypath
.springBeans
target
.mvn/
### *** required entries below ***
###
### Please do not add anything below this line, your changes will be overwritten
###
*.iml
.DS.d74cb6fe
__MACOSX/
.history/
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/ae05
!.vscode/extensions.json
*.code-workspace
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide
###
### git#44549
###