Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.

Commit 66ab122

Browse files
committed
Add .gitignore
1 parent 20781b8 commit 66ab122

File tree

178 files changed

+18
-75
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

178 files changed

+18
-75
lines changed

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
**/.idea/
2+
*.iml
3+
build-works/
4+
libs/
5+
bin
6+
.classpath
7+
.project
8+
.settings
9+
target
10+
build
11+
**/logs/*.log
12+
**/logs/*.log.gz
13+
.vscode
14+
.DS_Store
15+
docssrc/src/.markdownlint-cli2.yaml
16+
.gradle
17+
*.versionsBackup
18+
dependency-reduced-pom.xml

commandapi-documentation-code/commandapi-documentation-code.iml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)