Skip to content

Commit

Permalink
chore(.gitignore): remove node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
airone01 committed Nov 10, 2024
1 parent 41b6c3f commit c859a2c
Show file tree
Hide file tree
Showing 1,743 changed files with 13 additions and 173,969 deletions.
7 changes: 3 additions & 4 deletions .commitlintrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
extends:
- '@commitlint/config-conventional'
# extends:
# - '@commitlint/config-conventional'

rules:
# Enforce conventional commits
Expand Down Expand Up @@ -78,8 +78,7 @@ rules:
- - lower-case # subject must start with lower case

subject-empty:
- 2
- never # subject cannot be empty
level: error

subject-full-stop:
- 2
Expand Down
2 changes: 1 addition & 1 deletion .githooks/commit-msg
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
MSG_FILE=$1

# Run commitlint using nix develop
nix develop .#commitlint --command bash -c "commitlint --edit $MSG_FILE --config \$COMMITLINT_CONFIG"
nix develop .#commitlint --command commitlint -g .commitlintrc.yml -e
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ hardware-configuration.nix

# AI 😈
repomix-output.txt

# NodeJS
node_modules/

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@

# Rockets
devShells = eachSystem (system: {
tauri = import ./rockets/tauri.nix {inherit system nixpkgs;};
commitlint = import ./rockets/commitlint.nix {inherit system nixpkgs;};
tauri = import ./rockets/tauri.nix {inherit system nixpkgs;};
});
};
}
1 change: 0 additions & 1 deletion node_modules/.bin/JSONStream

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/commitlint

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/conventional-commits-parser

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/git-raw-commits

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/jiti

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/js-yaml

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/semver

This file was deleted.

119 changes: 0 additions & 119 deletions node_modules/.yarn-integrity

This file was deleted.

22 changes: 0 additions & 22 deletions node_modules/@babel/code-frame/LICENSE

This file was deleted.

19 changes: 0 additions & 19 deletions node_modules/@babel/code-frame/README.md

This file was deleted.

Loading

0 comments on commit c859a2c

Please sign in to comment.