mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 11:47:22 +02:00
Compare commits
15 Commits
8e0e57a77e
...
5b41092a88
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5b41092a88 | ||
|
|
e9c620b9f6 | ||
|
|
5853962226 | ||
|
|
c5bf3caf29 | ||
|
|
7514684825 | ||
|
|
ad49657df2 | ||
|
|
9ffced6030 | ||
|
|
49990d1d63 | ||
|
|
3d21cef359 | ||
|
|
de90107f1a | ||
|
|
84c6914a9b | ||
|
|
5f760225cf | ||
|
|
c56c4c7b58 | ||
|
|
b9ad512a45 | ||
|
|
9aa86b4610 |
49
Astro
Normal file
49
Astro
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
node_modules/
|
||||||
|
/triage/
|
||||||
|
/.compiler/
|
||||||
|
dist/
|
||||||
|
temp/
|
||||||
|
*.tsbuildinfo
|
||||||
|
.DS_Store
|
||||||
|
.vercel
|
||||||
|
.netlify
|
||||||
|
_site/
|
||||||
|
.astro/
|
||||||
|
scripts/smoke/*-main/
|
||||||
|
scripts/memory/project/src/pages/
|
||||||
|
benchmark/projects/
|
||||||
|
benchmark/results/
|
||||||
|
test-results/
|
||||||
|
*.log
|
||||||
|
package-lock.json
|
||||||
|
.turbo/
|
||||||
|
.eslintcache
|
||||||
|
.pnpm-store
|
||||||
|
.vscode-test/
|
||||||
|
.claude
|
||||||
|
|
||||||
|
# do not commit .env files or any files that end with `.env`
|
||||||
|
*.env
|
||||||
|
|
||||||
|
packages/astro/src/**/*.prebuilt.ts
|
||||||
|
packages/astro/src/**/*.prebuilt-dev.ts
|
||||||
|
packages/astro/test/units/_temp-fixtures/*
|
||||||
|
!packages/astro/test/units/_temp-fixtures/package.json
|
||||||
|
packages/integrations/**/.netlify/
|
||||||
|
|
||||||
|
# exclude IntelliJ/WebStorm stuff
|
||||||
|
.idea
|
||||||
|
|
||||||
|
# ignore content collection generated files
|
||||||
|
packages/**/test/**/fixtures/**/.astro/
|
||||||
|
packages/**/test/**/fixtures/**/env.d.ts
|
||||||
|
packages/**/e2e/**/fixtures/**/.astro/
|
||||||
|
packages/**/e2e/**/fixtures/**/env.d.ts
|
||||||
|
examples/**/.astro/
|
||||||
|
examples/**/env.d.ts
|
||||||
|
|
||||||
|
# make it easy for people to add project-specific Astro settings that they don't
|
||||||
|
# want to share with others (see
|
||||||
|
# https://github.com/withastro/astro/pull/11759#discussion_r1721444711)
|
||||||
|
*.code-workspace
|
||||||
|
packages/astro/e2e/fixtures/cloudflare/.wrangler/deploy/config.json
|
||||||
@ -49,14 +49,14 @@ CMakeFiles/
|
|||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
cmake_install.cmake
|
cmake_install.cmake
|
||||||
Makefile
|
Makefile
|
||||||
install_manifest.txt
|
install_manifest.txt
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
|
|
||||||
# Temporary files
|
# Temporary files
|
||||||
*.tmp
|
*.tmp
|
||||||
*.log
|
*.log
|
||||||
*.bak
|
*.bak
|
||||||
*.swp
|
*.swp
|
||||||
|
|
||||||
# vcpkg
|
# vcpkg
|
||||||
vcpkg_installed/
|
vcpkg_installed/
|
||||||
@ -66,4 +66,4 @@ vcpkg_installed/
|
|||||||
|
|
||||||
# test output & cache
|
# test output & cache
|
||||||
Testing/
|
Testing/
|
||||||
.cache/
|
.cache/
|
||||||
|
|||||||
2
Lean.gitignore
Normal file
2
Lean.gitignore
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# cache and other artifacts produced by Lean's Lake build tool
|
||||||
|
.lake/
|
||||||
@ -7,7 +7,7 @@ release.properties
|
|||||||
dependency-reduced-pom.xml
|
dependency-reduced-pom.xml
|
||||||
buildNumber.properties
|
buildNumber.properties
|
||||||
.mvn/timing.properties
|
.mvn/timing.properties
|
||||||
# https://maven.apache.org/wrapper/#usage-without-binary-jar
|
# https://maven.apache.org/tools/wrapper/#Usage_with_or_without_Binary_JAR
|
||||||
.mvn/wrapper/maven-wrapper.jar
|
.mvn/wrapper/maven-wrapper.jar
|
||||||
|
|
||||||
# Eclipse m2e generated files
|
# Eclipse m2e generated files
|
||||||
|
|||||||
@ -4,3 +4,6 @@ result-*
|
|||||||
|
|
||||||
# Ignore automatically generated direnv output
|
# Ignore automatically generated direnv output
|
||||||
.direnv
|
.direnv
|
||||||
|
|
||||||
|
# Ignore NixOS interactive test driver history
|
||||||
|
**/.nixos-test-history
|
||||||
|
|||||||
@ -75,6 +75,11 @@ acs-*.bib
|
|||||||
# comment
|
# comment
|
||||||
*.cut
|
*.cut
|
||||||
|
|
||||||
|
# context
|
||||||
|
*.tuc
|
||||||
|
*.tui
|
||||||
|
*.tuo
|
||||||
|
|
||||||
# cprotect
|
# cprotect
|
||||||
*.cpt
|
*.cpt
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user