mirror of
https://github.com/github/gitignore.git
synced 2025-01-22 08:19:13 -05:00
Compare commits
6 Commits
572e8ab7b4
...
32318ad98d
Author | SHA1 | Date | |
---|---|---|---|
|
32318ad98d | ||
|
d49bd6f0f7 | ||
|
e8554d85bf | ||
|
4f0b7a0694 | ||
|
25506bfe57 | ||
|
a3306fc085 |
20
Deno.gitignore
Normal file
20
Deno.gitignore
Normal file
@ -0,0 +1,20 @@
|
||||
*.orig
|
||||
*.pyc
|
||||
*.swp
|
||||
.env
|
||||
|
||||
gclient_config.py_entries
|
||||
/target/
|
||||
/std/hash/_wasm/target
|
||||
/tools/wpt/manifest.json
|
||||
/test_napi/node_modules
|
||||
/test_napi/build
|
||||
/test_napi/third_party_tests/node_modules
|
||||
|
||||
# Flamegraphs
|
||||
/flamebench*.svg
|
||||
/flamegraph*.svg
|
||||
|
||||
# WPT generated cert files
|
||||
/tools/wpt/certs/index.txt*
|
||||
/tools/wpt/certs/serial*
|
@ -167,5 +167,8 @@ cython_debug/
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
# Ruff stuff:
|
||||
.ruff_cache/
|
||||
|
||||
# PyPI configuration file
|
||||
.pypirc
|
||||
|
Loading…
Reference in New Issue
Block a user