File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ .vscode
2+
3+ # Compiled class files
4+ * .class
5+
6+ # Log files
7+ * .log
8+
9+ # BlueJ files
10+ * .ctxt
11+
12+ # Package files
13+ * .jar
14+ * .war
15+ * .ear
16+
17+ # Maven
18+ /target /
19+ ** /target /
20+ dependency-reduced-pom.xml
21+ buildNumber.properties
22+ release.properties
23+ pom.xml.tag
24+ pom.xml.releaseBackup
25+ pom.xml.versionsBackup
26+
27+ # Generated sources
28+ /generated-sources /
29+ /generated /
30+ generated-sources /**
31+
32+ # Eclipse
33+ .project
34+ .classpath
35+ .settings /
36+
37+ # IntelliJ
38+ .idea /
39+ * .iml
40+ * .iws
41+ out /
42+
43+ # VS Code
44+ .vscode /
45+
46+ # Gradle
47+ .gradle /
48+ build /
49+
50+ # OS files
51+ .DS_Store
52+ Thumbs.db
53+ ehthumbs.db
54+
55+ # Node
56+ node_modules /
57+ npm-debug.log *
58+ yarn-debug.log *
59+ yarn-error.log *
60+ package-lock.json
61+ yarn.lock
62+
63+ # Python
64+ venv /
65+ ENV /
66+ env /
67+ .venv /
68+ __pycache__ /
69+
70+ # Environment files
71+ .env
72+ .env.local
73+ .env. * .local
74+
75+ # IDE/workspace files
76+ .idea /** /workspace.xml
77+ .idea /** /tasks.xml
78+ .idea /** /usage.statistics.xml
79+ .idea /** /shelf
80+
81+ # Temporary files
82+ * .swp
83+ * ~
84+ # Coverage and reports
85+ coverage /
86+ * .lcov
87+
88+ # Misc
89+ * .class
90+ * .jar.original
91+
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments