OSDN Git Service

再々々コミット
[vaadinsampleproject/Vaadin_Example_Project.git] / Vaadin8 / workspace_01 / .gitignore
1 /.metadata/
2
3 # Created by https://www.gitignore.io/api/vaadin,windows,java-web
4 # Edit at https://www.gitignore.io/?templates=vaadin,windows,java-web
5
6 ### Java-Web ###
7 ## ignoring target file
8 target/
9
10 ### Vaadin ###
11 .vaadin-designer
12 .designer
13
14 ### Windows ###
15 # Windows thumbnail cache files
16 Thumbs.db
17 ehthumbs.db
18 ehthumbs_vista.db
19
20 # Dump file
21 *.stackdump
22
23 # Folder config file
24 [Dd]esktop.ini
25
26 # Recycle Bin used on file shares
27 $RECYCLE.BIN/
28
29 # Windows Installer files
30 *.cab
31 *.msi
32 *.msix
33 *.msm
34 *.msp
35
36 # Windows shortcuts
37 *.lnk
38
39 # End of https://www.gitignore.io/api/vaadin,windows,java-web