-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
47 lines (43 loc) · 998 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
# build and dist
/dist
/target
/target-packaged
pom.xml.versionsBackup
# BaM exe folder and workspace folder
/exe/*
!/exe/README.txt
# IDE specific stuff
/.settings
.classpath
.project
/.vscode
# test folder and other stuff to ignore
/test
/archive
/.archive
/dist
/log/*.log
*.jar
*.bar.zip
*.bam
/resources/help/*
/resources/icons/feather/*
!/resources/icons/feather/trash.svg
!/resources/icons/feather/copy.svg
!/resources/icons/feather/save.svg
!/resources/icons/feather/list.svg
!/resources/icons/feather/lock.svg
!/resources/icons/feather/external-link.svg
!/resources/icons/feather/corner-left-down.svg
!/resources/icons/feather/corner-right-down.svg
!/resources/icons/feather/corner-left-up.svg
!/resources/icons/feather/corner-right-up.svg
!/resources/icons/feather/folder.svg
!/resources/icons/feather/file-plus.svg
!/resources/icons/feather/x-square.svg
# V2 related folder to ignore
/externalLib
/recycle
/.settings
resources/icons/custom/LETTER_ORIGINAL.svg
resources/config.json