Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bot] synced file(s) with Wall-Brew-Co/rebroadcast #118

Merged
merged 1 commit into from
Nov 4, 2024
Merged
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: 27 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
lib/clojure-lsp.integration-test.out
.lsp/

### ESLint
.eslintcache

## Environment
.env

## Editors

### Calva
Expand All @@ -27,6 +33,7 @@ output.calva-repl
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.vscode-test

### IntelliJ / Cursive
.idea
Expand Down Expand Up @@ -94,7 +101,7 @@ pom.xml.asc
### Tools.deps
.cpcache/

### NPM (Used for ClojureScript)
### NPM
/dist
/tmp
/out-tsc
Expand All @@ -103,6 +110,25 @@ jspm_packages/
.npm
.eslintcache
.node_repl_history
web_modules/

## Operational Files

### Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

### Node.js Runtime Data
pids
*.pid
*.seed
*.pid.lock

# This file was automatically copied and populated by rebroadcast
# Do not edit this file directly, instead modify the source at https://github.com/Wall-Brew-Co/rebroadcast/blob/master/sources/clojure/.gitignore
Loading