Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 25 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
.idea/
# Dependencies
node_modules/

# Antora build output and cache
build/
.cache/
antora.log

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Lockfile — yarn.lock is the committed source of truth
package-lock.json

# OS
.DS_Store
node_modules
build
Thumbs.db

# Editors / IDEs
.idea/
.vscode/
*.swp
*~