mirror of
https://github.com/github/gitignore.git
synced 2025-01-22 00:09:09 -05:00
Compare commits
5 Commits
cdde2323ca
...
87d8dec89f
Author | SHA1 | Date | |
---|---|---|---|
|
87d8dec89f | ||
|
d49bd6f0f7 | ||
|
e8554d85bf | ||
|
4f0b7a0694 | ||
|
df5ad98e81 |
@ -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
|
||||
|
34
community/JavaScript/Nextjs.gitignore
Normal file
34
community/JavaScript/Nextjs.gitignore
Normal file
@ -0,0 +1,34 @@
|
||||
# dependencies
|
||||
/node_modules
|
||||
/.pnp
|
||||
.pnp.js
|
||||
|
||||
# next.js build files
|
||||
/.next/
|
||||
/out/
|
||||
|
||||
# production build files
|
||||
/build
|
||||
|
||||
# project linking
|
||||
.vercel
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
*.pem
|
||||
|
||||
# debug logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
|
||||
# sw stuff
|
||||
public/sw.js
|
||||
public/workbox-*.js
|
Loading…
Reference in New Issue
Block a user