blob: 114601808e4fe35580c0fb9f5ce9a691e36bc781 [file] [log] [blame]
Marc Kupietzeed972d2025-09-19 08:52:24 +02001# Compiled class files
2*.class
3
4# Log files
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
23hs_err_pid*
24replay_pid*
25
26# Maven
27target/
28pom.xml.tag
29pom.xml.releaseBackup
30pom.xml.versionsBackup
31pom.xml.next
32release.properties
hebastae2bd6e42020-03-03 19:07:20 +010033dependency-reduced-pom.xml
Marc Kupietzeed972d2025-09-19 08:52:24 +020034buildNumber.properties
35.mvn/timing.properties
36.mvn/wrapper/maven-wrapper.jar
37
38# Gradle
39.gradle
40build/
41!gradle/wrapper/gradle-wrapper.jar
42!**/src/main/**/build/
43!**/src/test/**/build/
44
45# IntelliJ IDEA
46.idea/
47*.iws
48*.iml
49*.ipr
50out/
51!**/src/main/**/out/
52!**/src/test/**/out/
53
54# Eclipse
55.apt_generated
56.classpath
57.factorypath
58.project
59.settings
60.springBeans
61.sts4-cache
62bin/
63!**/src/main/**/bin/
64!**/src/test/**/bin/
65
66# NetBeans
67/nbproject/private/
68/nbbuild/
69/dist/
70/nbdist/
71/.nb-gradle/
72
73# VS Code
74.vscode/
75
76# Mac
77.DS_Store
78
79# Windows
80Thumbs.db
81ehthumbs.db
82Desktop.ini
83
84# Linux
85*~
86
87# Temporary files
88*.tmp
89*.temp
90*#
91
92# Application specific
Akron480a9082020-09-16 13:14:09 +020093/sandbox
Akron4e605632020-11-26 16:13:12 +010094/Sandbox
hebastaf18bce12021-08-23 17:13:42 +020095/plugin
96/src/main/resources/*_exportPlugin.conf
Marc Kupietzeed972d2025-09-19 08:52:24 +020097
98# Docker
99.dockerignore
100
101# GitLab CI
102.gitlab-ci-local/
103
104# Logs
105logs/
106*.log
107
108# Runtime data
109pids
110*.pid
111*.seed
112*.pid.lock
113
114# Coverage directory used by tools like istanbul
115coverage/
116*.lcov
117
118# nyc test coverage
119.nyc_output
120
121# Dependency directories
122node_modules/
123
124# Optional npm cache directory
125.npm
126
127# Optional eslint cache
128.eslintcache
129
130# Microbundle cache
131.rpt2_cache/
132.rts2_cache_cjs/
133.rts2_cache_es/
134.rts2_cache_umd/
135
136# Optional REPL history
137.node_repl_history
138
139# Output of 'npm pack'
140*.tgz
141
142# Yarn Integrity file
143.yarn-integrity
144
145# dotenv environment variables file
146.env
147.env.test
148.env.production
149.env.local
150.env.development.local
151.env.test.local
152.env.production.local
153
154# parcel-bundler cache (https://parceljs.org/)
155.cache
156.parcel-cache
157
158# Next.js build output
159.next
160
161# Nuxt.js build / generate output
162.nuxt
163dist
164
165# Gatsby files
166.cache/
167public
168
169# Storybook build outputs
170.out
171.storybook-out
172
173# Temporary folders
174tmp/
175temp/
176
177# Editor directories and files
178.vscode/
179.idea/
180*.suo
181*.ntvs*
182*.njsproj
183*.sln
184*.sw?
185
186# OS generated files
187.DS_Store
188.DS_Store?
189._*
190.Spotlight-V100
191.Trashes
192ehthumbs.db
193Thumbs.db