-
Notifications
You must be signed in to change notification settings - Fork 391
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Icons for files without extenstions #459, Icons for file with only on…
…e extension #469, added icons to some new files and folders
- Loading branch information
Agent K
committed
Apr 29, 2024
1 parent
5f5d235
commit eaa3b32
Showing
4 changed files
with
114 additions
and
11 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
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
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,11 +1,46 @@ | ||
.atom: "" | ||
.cache: "" | ||
.config: "" | ||
.dotnet: "" | ||
.git: "" | ||
.github: "" | ||
.local: "" | ||
.mono: "" | ||
.pyenv: "" | ||
.rbenv: "" | ||
.repo: "" | ||
.ruby-lsp: "" | ||
.rustup: "" | ||
.rvm: "" | ||
.ssh: "" | ||
.tmux: "" | ||
.Trash: "" | ||
.venv: "" | ||
.vim: "" | ||
.vscode: "" | ||
.vscode-insiders: "" | ||
.vscode-r: "" | ||
.vscode-remote-containers: "" | ||
.vscode-server: "" | ||
.vscode-server-insiders: "" | ||
__pycache__: "" | ||
config: "" | ||
coverage: "" | ||
dist-packages: "" | ||
eggs: "" | ||
exe: "" | ||
folder: "" | ||
go: "" | ||
hidden: "" | ||
lib: "" | ||
man: "" | ||
node_modules: "" | ||
pkg: "" | ||
site-packages: "" | ||
spec: "" | ||
src: "" | ||
test: "" | ||
tests: "" | ||
venv: "" | ||
wheels: "" | ||
|