-
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
1 parent
174f7bb
commit 85b15f2
Showing
3 changed files
with
10 additions
and
5 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 |
---|---|---|
@@ -1,7 +1,10 @@ | ||
src export-ignore | ||
package.json export-ignore | ||
package.lock export-ignore | ||
package-lock.json export-ignore | ||
.gitignore export-ignore | ||
.gitattributes export-ignore | ||
vite.config.js export-ignore | ||
|
||
yarn.lock export-ignore | ||
.github export-ignore | ||
node_modules export-ignore | ||
README.md export-ignore |
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
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 |
---|---|---|
|
@@ -104,7 +104,8 @@ dist | |
# TernJS port file | ||
.tern-port | ||
|
||
assets/ | ||
src/images/.DS_Store | ||
.DS_Store | ||
*.xml | ||
|
||
!assets/ |