File tree Expand file tree Collapse file tree 2 files changed +98
-122
lines changed Expand file tree Collapse file tree 2 files changed +98
-122
lines changed Original file line number Diff line number Diff line change 1- # Compiled class file
2- * .class
3-
4- # Log file
5- * .log
6-
7- # BlueJ files
8- * .ctxt
9-
10- # Mobile Tools for Java (J2ME)
11- .mtj.tmp /
12-
13- # Package Files #
14- * .jar
15- * .war
16- * .nar
17- * .ear
18- * .zip
19- * .tar.gz
20- * .rar
21-
22- # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23- hs_err_pid *
24- replay_pid *
1+ # # IntelliJ
2+ .idea
3+ * .iml
4+
5+ # # Eclipse
6+ .project
7+ .classpath
8+ .settings /
9+
10+ # # Java
11+ target /
12+
13+ # # Maven Flatten Plugin
14+ .flattened-pom.xml
15+ node_modules
16+
17+ # # PMD
18+ .pmd
19+ .pmdruleset.xml
20+
21+ # # files required for local execution of github actions with act
22+ .env
23+ .secrets
24+ event.json
25+
26+ # ## Linux ###
27+ * ~
28+
29+ # temporary files which can be created if a process still has a handle open of a deleted file
30+ .fuse_hidden *
31+
32+ # KDE directory preferences
33+ .directory
34+
35+ # Linux trash folder which might appear on any partition or disk
36+ .Trash- *
37+
38+ # .nfs files are created when an open file is removed but is still being accessed
39+ .nfs *
40+
41+ # ## macOS ###
42+ # General
43+ .DS_Store
44+ .AppleDouble
45+ .LSOverride
46+
47+ # Icon must end with two \r
48+ Icon
49+
50+
51+ # Thumbnails
52+ ._ *
53+
54+ # Files that might appear in the root of a volume
55+ .DocumentRevisions-V100
56+ .fseventsd
57+ .Spotlight-V100
58+ .TemporaryItems
59+ .Trashes
60+ .VolumeIcon.icns
61+ .com.apple.timemachine.donotpresent
62+
63+ # Directories potentially created on remote AFP share
64+ .AppleDB
65+ .AppleDesktop
66+ Network Trash Folder
67+ Temporary Items
68+ .apdisk
69+
70+ # ## macOS Patch ###
71+ # iCloud generated files
72+ * .icloud
73+
74+ # ## Windows ###
75+ # Windows thumbnail cache files
76+ Thumbs.db
77+ Thumbs.db:encryptable
78+ ehthumbs.db
79+ ehthumbs_vista.db
80+
81+ # Dump file
82+ * .stackdump
83+
84+ # Folder config file
85+ [Dd ]esktop.ini
86+
87+ # Recycle Bin used on file shares
88+ $RECYCLE.BIN /
89+
90+ # Windows Installer files
91+ * .cab
92+ * .msi
93+ * .msix
94+ * .msm
95+ * .msp
96+
97+ # Windows shortcuts
98+ * .lnk
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments