mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 11:47:22 +02:00
Compare commits
12 Commits
06461be02b
...
6eda583ab3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6eda583ab3 | ||
|
|
e9c620b9f6 | ||
|
|
5853962226 | ||
|
|
c5bf3caf29 | ||
|
|
7514684825 | ||
|
|
ad49657df2 | ||
|
|
9ffced6030 | ||
|
|
49990d1d63 | ||
|
|
3d21cef359 | ||
|
|
de90107f1a | ||
|
|
9aa86b4610 | ||
|
|
aab07392b6 |
@ -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/
|
||||||
|
|||||||
@ -1,30 +1,73 @@
|
|||||||
/vendor/
|
# Dependency directories
|
||||||
node_modules/
|
/vendor
|
||||||
|
/node_modules
|
||||||
|
/.fleet
|
||||||
|
/.idea
|
||||||
|
/.nova
|
||||||
|
/.vscode
|
||||||
|
/.zed
|
||||||
|
|
||||||
|
# Build and public directories
|
||||||
|
/public/build
|
||||||
|
/public/hot
|
||||||
|
/public/storage
|
||||||
|
|
||||||
|
# Storage files
|
||||||
|
/storage/*.key
|
||||||
|
/storage/pail
|
||||||
|
|
||||||
|
# Environment files
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
!.env.example
|
||||||
|
.env.backup
|
||||||
|
.env.production
|
||||||
|
.env.local
|
||||||
|
.env.staging
|
||||||
|
.env.testing
|
||||||
|
|
||||||
|
# Cache, logs, and debugging files
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
|
/auth.json
|
||||||
|
/phpactor.json
|
||||||
|
.phpunit.result.cache
|
||||||
|
/.phpunit.cache
|
||||||
|
error_log
|
||||||
|
storage/debugbar
|
||||||
|
|
||||||
# Laravel 4 specific
|
# Homestead & Vagrant
|
||||||
bootstrap/compiled.php
|
|
||||||
app/storage/
|
|
||||||
|
|
||||||
# Laravel 5 & Lumen specific
|
|
||||||
public/storage
|
|
||||||
public/hot
|
|
||||||
|
|
||||||
# Laravel 5 & Lumen specific with changed public path
|
|
||||||
public_html/storage
|
|
||||||
public_html/hot
|
|
||||||
|
|
||||||
storage/*.key
|
|
||||||
.env
|
|
||||||
Homestead.yaml
|
Homestead.yaml
|
||||||
Homestead.json
|
Homestead.json
|
||||||
/.vagrant
|
/.vagrant
|
||||||
.phpunit.result.cache
|
|
||||||
|
|
||||||
/public/build
|
# IDE & Editor specific
|
||||||
/storage/pail
|
/.phpstorm.meta.php
|
||||||
.env.backup
|
*.sublime-project
|
||||||
.env.production
|
*.sublime-workspace
|
||||||
.phpactor.json
|
*.code-workspace
|
||||||
auth.json
|
|
||||||
|
# Composer files
|
||||||
|
composer.phar
|
||||||
|
/composer.lock
|
||||||
|
|
||||||
|
# Miscellaneous
|
||||||
|
/coverage/
|
||||||
|
.php_cs.cache
|
||||||
|
.php_cs
|
||||||
|
/phpunit.xml
|
||||||
|
.php-version
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
*.log
|
||||||
|
*.key
|
||||||
|
*.tmp
|
||||||
|
*.swp
|
||||||
|
*.bak
|
||||||
|
*.orig
|
||||||
|
*.save
|
||||||
|
|
||||||
|
# Deployment files
|
||||||
|
deployment/
|
||||||
|
deploy/
|
||||||
|
build/
|
||||||
|
|||||||
@ -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