Skip to content

Commit

Permalink
rearrange and group by package manager
Browse files Browse the repository at this point in the history
add some application special files
move r
add some german-speaking + nordic countries
  • Loading branch information
mightbesimon committed Jan 7, 2024
1 parent 2049cb9 commit b32646b
Showing 1 changed file with 45 additions and 11 deletions.
56 changes: 45 additions & 11 deletions references/file-icons.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
### Special Files

git and github
git, github

- ๐Ÿคทโ€โ™€๏ธ .gitignore
- ๐Ÿ‘ฉโ€๐Ÿ”ง .gitconfig
- ๐Ÿ’ต FUNDING.yml
- ๐Ÿค– dependabot.yml

Expand Down Expand Up @@ -32,46 +33,79 @@ vscode
- ๐Ÿ›’ .vscode/extensions.json
- ๐Ÿคทโ€โ™€๏ธ .vscodeignore

node
node, yarn, bun

- ๐Ÿ“ฆ package.json
- ๐Ÿ”’ package-lock.json
- ๐ŸŒฏ npm-shrinkwrap.json
- โš™๏ธ .npmrc
- ๐Ÿคทโ€โ™€๏ธ .npmignore
- ๐Ÿงถ yarn.lock
- ๐Ÿงถ .yarnrc | .yarnrc.yml
- ๐Ÿงฝ .eslintrc.json
- โš™๏ธ tsconfig.json
- ๐Ÿƒ jest.config.ts | jest.config.js
- ๐ŸŽญ playwright.config.ts | playwright.config.js
- ๐ŸŒญ bun.lockb

web

- ๐ŸŒ  favicon.ico
- ๐Ÿค– robots.txt
- ๐Ÿช cookie.txt
- ๐Ÿ—บ sitemap.xml
- ๐Ÿ“œ manifest.json

application
web services

- ๐Ÿ”ฅ firebase.json
- ๐Ÿ”ฅ .firebaserc
- ๐Ÿ”ฅ .config/configstore/firebase-tools.json

python

- ๐Ÿณ DOCKERFILE
- ๐Ÿ‘ทโ€โ™‚๏ธ Makefile
- ๐Ÿ”ฅ .firebaserc | firebase.json
- ๐Ÿ›’ requirements.txt | requirements
- ๐ŸงŠ py.typed
- โš™๏ธ pyproject.toml
- ๐Ÿ“ฆ pyproject.toml
- ๐Ÿ“œ MANIFEST.in
- ๐ŸŒˆ .config/pycodestyle
- โ„๏ธ .config/flake8
- โ„๏ธ .flake8

config
application

- ๐Ÿณ DOCKERFILE
- ๐Ÿ‘ทโ€โ™‚๏ธ Makefile
- ๐Ÿบ Brewfile | Brewfile.lock.json
- ๐Ÿ”’ Gemfile.lock
- ๐ŸŒˆ .config/neofetch/config.conf
- ๐Ÿ€ .editorconfig
- ๐Ÿคซ .hushlogin

environments

- โš™๏ธ config.json
- โš™๏ธ .env | .environ
- ๐Ÿ‘ฉโ€๐Ÿ”ฌ .env.test
- ๐Ÿ‘ทโ€โ™‚๏ธ .env.development
- ๐Ÿ‘จโ€๐Ÿš€ .env.production
- ๐Ÿ‡ณ๐Ÿ‡ฟ .env.NZ
- ๐Ÿ‡ฆ๐Ÿ‡บ .env.AU
- ๐Ÿ‡จ๐Ÿ‡ณ .env.CN
- ๐Ÿ‡บ๐Ÿ‡ธ .env.US
- ๐Ÿ‡จ๐Ÿ‡ฆ .env.CA
- ๐Ÿ‡ฌ๐Ÿ‡ง .env.UK
- ๐Ÿ‡จ๐Ÿ‡ฆ .env.CA
- ๐Ÿ‡บ๐Ÿ‡ธ .env.US
- ๐Ÿ‡จ๐Ÿ‡ณ .env.CN
- ๐Ÿ‡ฉ๐Ÿ‡ช .env.DE
- ๐Ÿ‡ฆ๐Ÿ‡น .env.AT
- ๐Ÿ‡จ๐Ÿ‡ญ .env.CH
- ๐Ÿ‡ง๐Ÿ‡ช .env.BE
- ๐Ÿ‡ซ๐Ÿ‡ท .env.FR
- ๐Ÿ‡ฎ๐Ÿ‡น .env.IT
- ๐Ÿ‡ฎ๐Ÿ‡ช .env.IE
- ๐Ÿ‡ฉ๐Ÿ‡ฐ .env.DK
- ๐Ÿ‡ธ๐Ÿ‡ช .env.SE
- ๐Ÿ‡ซ๐Ÿ‡ฎ .env.FI
- ๐Ÿ‡ณ๐Ÿ‡ด .env.NO
- ๐Ÿ‡ฎ๐Ÿ‡ธ .env.IS

#

0 comments on commit b32646b

Please sign in to comment.