generated from kirishima-ship/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Ignore a blackhole and the folder for development | ||
node_modules/ | ||
.vs/ | ||
.idea/ | ||
*.iml | ||
coverage/ | ||
docs/ | ||
|
||
# Yarn files | ||
.yarn/install-state.gz | ||
.yarn/build-state.yml | ||
|
||
|
||
# Ignore JavaScript files | ||
**/*.tsbuildinfo | ||
!jest.config.ts | ||
|
||
# Ignore heapsnapshot and log files | ||
*.heapsnapshot | ||
*.log | ||
|
||
# Ignore package locks | ||
package-lock.json | ||
|
||
# Ignore the GH cli downloaded by workflows | ||
gh | ||
|
||
# Ignore the "wiki" folder so we can checkout the wiki inside the same folder | ||
wiki/ | ||
|
||
# Additional ignore | ||
test.js | ||
.github | ||
.gitignore | ||
tsconfig.json | ||
src/ | ||
.eslintrc | ||
.swc | ||
.gitattributes | ||
build.config.ts | ||
tsconfig.eslint.json |