diff options
| author | Kostya <mail@sartin.in> | 2026-07-25 14:59:02 +0000 |
|---|---|---|
| committer | Kostya <mail@sartin.in> | 2026-07-25 14:59:02 +0000 |
| commit | 325d40e9bcc54d3389450fb951c873ffb466bb64 (patch) | |
| tree | 1e67e8fc8caed8ccbca47df367706312c4ec581b /.gitignore | |
| parent | 0290b3ea1c810f21ce29efc3b7f24969aeeba9c4 (diff) | |
| download | java-bootstrap-325d40e9bcc54d3389450fb951c873ffb466bb64.tar.gz java-bootstrap-325d40e9bcc54d3389450fb951c873ffb466bb64.tar.xz java-bootstrap-325d40e9bcc54d3389450fb951c873ffb466bb64.zip | |
fat jar build
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 3 insertions, 6 deletions
| @@ -1,15 +1,12 @@ | |||
| 1 | # Ignore compiled Java bytecode | 1 | # Ignore compiled Java bytecode |
| 2 | bin/ | 2 | bin/ |
| 3 | stage/ | ||
| 4 | dist/ | ||
| 3 | *.class | 5 | *.class |
| 4 | 6 | ||
| 5 | # Ignore packaged binaries | ||
| 6 | *.jar | ||
| 7 | *.war | ||
| 8 | |||
| 9 | # Ignore OS-specific files | 7 | # Ignore OS-specific files |
| 10 | .DS_Store | 8 | .DS_Store |
| 11 | Thumbs.db | 9 | Thumbs.db |
| 12 | 10 | ||
| 13 | # Optional: Ignore environment properties if they hold local secrets | 11 | config.properties |
| 14 | # config.properties | ||
| 15 | 12 | ||