mirror of
https://github.com/github/gitignore.git
synced 2026-09-04 14:13:44 +02:00
Compare commits
55 Commits
c672d4aabe
...
9e5cc0ae9b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e5cc0ae9b | ||
|
|
d4189b545e | ||
|
|
527b04e0d2 | ||
|
|
7f1efb2ca9 | ||
|
|
089f8f4372 | ||
|
|
6ea41eeadf | ||
|
|
64f68cd05a | ||
|
|
6a02bb137f | ||
|
|
823d71bb33 | ||
|
|
72c8bc888e | ||
|
|
55bb9508ae | ||
|
|
079abc8108 | ||
|
|
a820bb2c3e | ||
|
|
3d35d21edb | ||
|
|
07224598fc | ||
|
|
d7d254873b | ||
|
|
9672d15dab | ||
|
|
106e047d1c | ||
|
|
6136f2a8a2 | ||
|
|
4283b75156 | ||
|
|
cc71ef1577 | ||
|
|
e91006ea76 | ||
|
|
eb58856858 | ||
|
|
a3a60ee192 | ||
|
|
de259e20ff | ||
|
|
10164d7048 | ||
|
|
7e9487fe98 | ||
|
|
b71782331f | ||
|
|
b1c3c7b62b | ||
|
|
8ff5b39b39 | ||
|
|
a3b250b638 | ||
|
|
aa8449f5bf | ||
|
|
882b8cc98e | ||
|
|
7a6c799a93 | ||
|
|
ab5cbc8521 | ||
|
|
8108d06ddd | ||
|
|
c6d141ddd4 | ||
|
|
1d7e3275a4 | ||
|
|
b35b4c52e0 | ||
|
|
25c63fff04 | ||
|
|
0ce2e0628c | ||
|
|
0c39deafa6 | ||
|
|
adf2765097 | ||
|
|
76bb00f3aa | ||
|
|
51ae1adf9f | ||
|
|
a3855f82b9 | ||
|
|
c1469106b9 | ||
|
|
136e88cf4a | ||
|
|
5357b0df58 | ||
|
|
cf93b5277e | ||
|
|
f845b5491a | ||
|
|
1f7726a473 | ||
|
|
4d956021fa | ||
|
|
1e4fbb60d1 | ||
|
|
aa4ab4ec7f |
31
AdventureGameStudio.gitignore
Normal file
31
AdventureGameStudio.gitignore
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# Built things
|
||||||
|
_Debug/
|
||||||
|
Compiled/
|
||||||
|
|
||||||
|
# AudioCache can be rebuilt from sources
|
||||||
|
AudioCache/
|
||||||
|
|
||||||
|
# Lockfile
|
||||||
|
_OpenInEditor.lock
|
||||||
|
|
||||||
|
# User settings
|
||||||
|
Game.agf.user
|
||||||
|
*.crm.user
|
||||||
|
|
||||||
|
# Backups
|
||||||
|
Game.agf.bak
|
||||||
|
backup_acsprset.spr
|
||||||
|
|
||||||
|
# Memory dumps
|
||||||
|
*.dmp
|
||||||
|
|
||||||
|
# Temporary files
|
||||||
|
# temporarily created during sprite or room background compression
|
||||||
|
~aclzw.tmp
|
||||||
|
# temporary, main game data, before getting packed into exe
|
||||||
|
game28.dta
|
||||||
|
# temporary build of the game before being moved to Compiled/ folder
|
||||||
|
*.exe
|
||||||
|
|
||||||
|
# Log files
|
||||||
|
warnings.log
|
||||||
@ -13,7 +13,7 @@ captures/
|
|||||||
.externalNativeBuild/
|
.externalNativeBuild/
|
||||||
.cxx/
|
.cxx/
|
||||||
*.apk
|
*.apk
|
||||||
output.json
|
output-metadata.json
|
||||||
|
|
||||||
# IntelliJ
|
# IntelliJ
|
||||||
*.iml
|
*.iml
|
||||||
|
|||||||
@ -10,3 +10,10 @@ compile_commands.json
|
|||||||
CTestTestfile.cmake
|
CTestTestfile.cmake
|
||||||
_deps
|
_deps
|
||||||
CMakeUserPresets.json
|
CMakeUserPresets.json
|
||||||
|
|
||||||
|
# CLion
|
||||||
|
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
||||||
|
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
||||||
|
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
||||||
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
|
#cmake-build-*
|
||||||
|
|||||||
4
Gleam.gitignore
Normal file
4
Gleam.gitignore
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
*.beam
|
||||||
|
*.ez
|
||||||
|
/build
|
||||||
|
erl_crash.dump
|
||||||
@ -1 +1,2 @@
|
|||||||
*.retry
|
*.retry
|
||||||
|
.ansible/
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
|
# Covers JetBrains IDEs: IntelliJ, GoLand, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
|
||||||
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
||||||
|
|
||||||
# User-specific stuff
|
# User-specific stuff
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
# Generated Metals (Scala Language Server) files
|
# Metals (Scala Language Server)
|
||||||
# Reference: https://scalameta.org/metals/
|
# Reference: https://scalameta.org/metals/docs/editors/vscode#files-and-directories-to-include-in-your-gitignore
|
||||||
.metals/
|
.metals/
|
||||||
.bloop/
|
.bloop/
|
||||||
project/metals.sbt
|
.ammonite/
|
||||||
|
metals.sbt
|
||||||
|
|||||||
6
Global/PlatformIO.gitignore
Normal file
6
Global/PlatformIO.gitignore
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
.pio
|
||||||
|
.pioenvs
|
||||||
|
.piolibdeps
|
||||||
|
.vscode/.browse.c_cpp.db*
|
||||||
|
.vscode/c_cpp_properties.json
|
||||||
|
.vscode/launch.json
|
||||||
@ -11,8 +11,11 @@
|
|||||||
# Test binary, built with `go test -c`
|
# Test binary, built with `go test -c`
|
||||||
*.test
|
*.test
|
||||||
|
|
||||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
# Code coverage profiles and other test artifacts
|
||||||
*.out
|
*.out
|
||||||
|
coverage.*
|
||||||
|
*.coverprofile
|
||||||
|
profile.cov
|
||||||
|
|
||||||
# Dependency directories (remove the comment below to include it)
|
# Dependency directories (remove the comment below to include it)
|
||||||
# vendor/
|
# vendor/
|
||||||
@ -23,3 +26,7 @@ go.work.sum
|
|||||||
|
|
||||||
# env file
|
# env file
|
||||||
.env
|
.env
|
||||||
|
|
||||||
|
# Editor/IDE
|
||||||
|
# .idea/
|
||||||
|
# .vscode/
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
.gradle
|
.gradle
|
||||||
**/build/
|
**/build/
|
||||||
!src/**/build/
|
!**/src/**/build/
|
||||||
|
|
||||||
# Ignore Gradle GUI config
|
# Ignore Gradle GUI config
|
||||||
gradle-app.setting
|
gradle-app.setting
|
||||||
|
|||||||
6
LangChain.gitignore
Normal file
6
LangChain.gitignore
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# gitignore template for LangChain products, e.g., LangGraph, LangSmith
|
||||||
|
# website: https://www.langchain.com/
|
||||||
|
# website: https://www.langchain.com/langgraph
|
||||||
|
|
||||||
|
# LangGraph
|
||||||
|
.langgraph_api/
|
||||||
36
Nextjs.gitignore
Normal file
36
Nextjs.gitignore
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||||
|
|
||||||
|
# dependencies
|
||||||
|
/node_modules
|
||||||
|
/.pnp
|
||||||
|
.pnp.js
|
||||||
|
|
||||||
|
# testing
|
||||||
|
/coverage
|
||||||
|
|
||||||
|
# next.js
|
||||||
|
/.next/
|
||||||
|
/out/
|
||||||
|
|
||||||
|
# production
|
||||||
|
/build
|
||||||
|
|
||||||
|
# misc
|
||||||
|
.DS_Store
|
||||||
|
*.pem
|
||||||
|
|
||||||
|
# debug
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
|
||||||
|
# local env files
|
||||||
|
.env*.local
|
||||||
|
.env
|
||||||
|
|
||||||
|
# vercel
|
||||||
|
.vercel
|
||||||
|
|
||||||
|
# typescript
|
||||||
|
*.tsbuildinfo
|
||||||
|
next-env.d.ts
|
||||||
@ -167,6 +167,13 @@ cython_debug/
|
|||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
|
# Visual Studio Code
|
||||||
|
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
|
||||||
|
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
|
||||||
|
# and can be added to the global gitignore or merged into this file. However, if you prefer,
|
||||||
|
# you could uncomment the following to ignore the enitre vscode folder
|
||||||
|
# .vscode/
|
||||||
|
|
||||||
# Ruff stuff:
|
# Ruff stuff:
|
||||||
.ruff_cache/
|
.ruff_cache/
|
||||||
|
|
||||||
|
|||||||
@ -208,6 +208,10 @@ _minted*
|
|||||||
# scrwfile
|
# scrwfile
|
||||||
*.wrt
|
*.wrt
|
||||||
|
|
||||||
|
# spelling
|
||||||
|
*.spell.bad
|
||||||
|
*.spell.txt
|
||||||
|
|
||||||
# svg
|
# svg
|
||||||
svg-inkscape/
|
svg-inkscape/
|
||||||
|
|
||||||
@ -273,6 +277,9 @@ TSWLatexianTemp*
|
|||||||
*.bak
|
*.bak
|
||||||
*.sav
|
*.sav
|
||||||
|
|
||||||
|
# latexindent.pl
|
||||||
|
*.bak[0-9]*
|
||||||
|
|
||||||
# Texpad
|
# Texpad
|
||||||
.texpadtmp
|
.texpadtmp
|
||||||
|
|
||||||
|
|||||||
@ -12,6 +12,10 @@
|
|||||||
/[Uu]ser[Ss]ettings/
|
/[Uu]ser[Ss]ettings/
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
|
# By default unity supports Blender asset imports, *.blend1 blender files do not need to be commited to version control.
|
||||||
|
*.blend1
|
||||||
|
*.blend1.meta
|
||||||
|
|
||||||
# MemoryCaptures can get excessive in size.
|
# MemoryCaptures can get excessive in size.
|
||||||
# They also could contain extremely sensitive data
|
# They also could contain extremely sensitive data
|
||||||
/[Mm]emoryCaptures/
|
/[Mm]emoryCaptures/
|
||||||
@ -73,3 +77,9 @@ crashlytics-build.properties
|
|||||||
# Temporary auto-generated Android Assets
|
# Temporary auto-generated Android Assets
|
||||||
/[Aa]ssets/[Ss]treamingAssets/aa.meta
|
/[Aa]ssets/[Ss]treamingAssets/aa.meta
|
||||||
/[Aa]ssets/[Ss]treamingAssets/aa/*
|
/[Aa]ssets/[Ss]treamingAssets/aa/*
|
||||||
|
|
||||||
|
# Visual Scripting auto-generated files
|
||||||
|
/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Flow/UnitOptions.db
|
||||||
|
/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Flow/UnitOptions.db.meta
|
||||||
|
/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Core/Property Providers
|
||||||
|
/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Core/Property Providers.meta
|
||||||
|
|||||||
@ -40,6 +40,7 @@
|
|||||||
*.sdf
|
*.sdf
|
||||||
*.VC.db
|
*.VC.db
|
||||||
*.VC.opendb
|
*.VC.opendb
|
||||||
|
.vsconfig
|
||||||
|
|
||||||
# Precompiled Assets
|
# Precompiled Assets
|
||||||
SourceArt/**/*.png
|
SourceArt/**/*.png
|
||||||
|
|||||||
@ -26,6 +26,7 @@ x86/
|
|||||||
[Ww][Ii][Nn]32/
|
[Ww][Ii][Nn]32/
|
||||||
[Aa][Rr][Mm]/
|
[Aa][Rr][Mm]/
|
||||||
[Aa][Rr][Mm]64/
|
[Aa][Rr][Mm]64/
|
||||||
|
[Aa][Rr][Mm]64[Ee][Cc]/
|
||||||
bld/
|
bld/
|
||||||
[Bb]in/
|
[Bb]in/
|
||||||
[Oo]bj/
|
[Oo]bj/
|
||||||
@ -355,6 +356,9 @@ ASALocalRun/
|
|||||||
# MSBuild Binary and Structured Log
|
# MSBuild Binary and Structured Log
|
||||||
*.binlog
|
*.binlog
|
||||||
|
|
||||||
|
# AWS SAM Build and Temporary Artifacts folder
|
||||||
|
.aws-sam
|
||||||
|
|
||||||
# NVidia Nsight GPU debugger configuration file
|
# NVidia Nsight GPU debugger configuration file
|
||||||
*.nvuser
|
*.nvuser
|
||||||
|
|
||||||
|
|||||||
@ -8,5 +8,9 @@
|
|||||||
profile_default/
|
profile_default/
|
||||||
ipython_config.py
|
ipython_config.py
|
||||||
|
|
||||||
|
# Jupyter lab virtual documents
|
||||||
|
# https://jupyterlab-lsp.readthedocs.io/en/2.x/Configuring.html#virtual_documents_dir
|
||||||
|
.virtual_documents/
|
||||||
|
|
||||||
# Remove previous ipynb_checkpoints
|
# Remove previous ipynb_checkpoints
|
||||||
# git rm -r .ipynb_checkpoints/
|
# git rm -r .ipynb_checkpoints/
|
||||||
|
|||||||
91
community/libogc.gitignore
Normal file
91
community/libogc.gitignore
Normal file
@ -0,0 +1,91 @@
|
|||||||
|
# Ignore build directories
|
||||||
|
build/
|
||||||
|
|
||||||
|
# Ignore Wii-specific metadata files
|
||||||
|
meta.xml
|
||||||
|
icon.png
|
||||||
|
|
||||||
|
|
||||||
|
# Ignore editor or IDE-specific files
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.sublime-project
|
||||||
|
*.sublime-workspace
|
||||||
|
|
||||||
|
# Ignore backup or temporary files
|
||||||
|
*~
|
||||||
|
*.bak
|
||||||
|
*.swp
|
||||||
|
*.tmp
|
||||||
|
|
||||||
|
# Ignore log files
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Ignore libraries and dependencies
|
||||||
|
lib/
|
||||||
|
deps/
|
||||||
|
obj/
|
||||||
|
|
||||||
|
# Ignore operating system-specific files
|
||||||
|
$RECYCLE.BIN/
|
||||||
|
.Trash-1000/
|
||||||
|
.Spotlight-V100/
|
||||||
|
.fseventsd/
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Prerequisites
|
||||||
|
*.d
|
||||||
|
|
||||||
|
# Object files
|
||||||
|
*.o
|
||||||
|
*.ko
|
||||||
|
*.obj
|
||||||
|
*.elf
|
||||||
|
*.o
|
||||||
|
*.bin
|
||||||
|
|
||||||
|
# Linker output
|
||||||
|
*.ilk
|
||||||
|
*.map
|
||||||
|
*.exp
|
||||||
|
|
||||||
|
# Precompiled Headers
|
||||||
|
*.gch
|
||||||
|
*.pch
|
||||||
|
|
||||||
|
# Libraries
|
||||||
|
*.lib
|
||||||
|
*.a
|
||||||
|
*.la
|
||||||
|
*.lo
|
||||||
|
|
||||||
|
# Shared objects (inc. Windows DLLs)
|
||||||
|
*.dll
|
||||||
|
*.so
|
||||||
|
*.so.*
|
||||||
|
*.dylib
|
||||||
|
|
||||||
|
# Executables
|
||||||
|
*.exe
|
||||||
|
*.out
|
||||||
|
*.app
|
||||||
|
*.i*86
|
||||||
|
*.x86_64
|
||||||
|
*.hex
|
||||||
|
*.dol
|
||||||
|
*.elf
|
||||||
|
|
||||||
|
# Debug files
|
||||||
|
*.dSYM/
|
||||||
|
*.su
|
||||||
|
*.idb
|
||||||
|
*.pdb
|
||||||
|
|
||||||
|
# Kernel Module Compile Results
|
||||||
|
*.mod*
|
||||||
|
*.cmd
|
||||||
|
.tmp_versions/
|
||||||
|
modules.order
|
||||||
|
Module.symvers
|
||||||
|
Mkfile.old
|
||||||
|
dkms.conf
|
||||||
Loading…
Reference in New Issue
Block a user