705 lines
8.9 KiB
Plaintext
705 lines
8.9 KiB
Plaintext
# ---> Android
|
|
# Gradle files
|
|
.gradle/
|
|
build/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Log/OS Files
|
|
*.log
|
|
|
|
# Android Studio generated files and folders
|
|
captures/
|
|
.externalNativeBuild/
|
|
.cxx/
|
|
*.apk
|
|
output.json
|
|
|
|
# IntelliJ
|
|
*.iml
|
|
.idea/
|
|
misc.xml
|
|
deploymentTargetDropDown.xml
|
|
render.experimental.xml
|
|
|
|
# Keystore files
|
|
*.jks
|
|
*.keystore
|
|
|
|
# Google Services (e.g. APIs or Firebase)
|
|
google-services.json
|
|
|
|
# Android Profiling
|
|
*.hprof
|
|
|
|
# ---> AppEngine
|
|
# Google App Engine generated folder
|
|
appengine-generated/
|
|
|
|
# ---> C
|
|
# Prerequisites
|
|
*.d
|
|
|
|
# Object files
|
|
*.o
|
|
*.ko
|
|
*.obj
|
|
*.elf
|
|
|
|
# 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
|
|
|
|
# Debug files
|
|
*.dSYM/
|
|
*.su
|
|
*.idb
|
|
*.pdb
|
|
|
|
# Kernel Module Compile Results
|
|
*.mod*
|
|
*.cmd
|
|
.tmp_versions/
|
|
modules.order
|
|
Module.symvers
|
|
Mkfile.old
|
|
dkms.conf
|
|
|
|
# ---> C++
|
|
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# ---> DM
|
|
*.dmb
|
|
*.rsc
|
|
*.int
|
|
*.lk
|
|
*.zip
|
|
|
|
# ---> JBoss
|
|
jboss/server/all/deploy/project.ext
|
|
jboss/server/default/deploy/project.ext
|
|
jboss/server/minimal/deploy/project.ext
|
|
jboss/server/all/log/*.log
|
|
jboss/server/all/tmp/**/*
|
|
jboss/server/all/data/**/*
|
|
jboss/server/all/work/**/*
|
|
jboss/server/default/log/*.log
|
|
jboss/server/default/tmp/**/*
|
|
jboss/server/default/data/**/*
|
|
jboss/server/default/work/**/*
|
|
jboss/server/minimal/log/*.log
|
|
jboss/server/minimal/tmp/**/*
|
|
jboss/server/minimal/data/**/*
|
|
jboss/server/minimal/work/**/*
|
|
|
|
# deployed package files #
|
|
|
|
*.DEPLOYED
|
|
|
|
# ---> JBoss6
|
|
# gitignore for JBoss v6 projects
|
|
#
|
|
# Note: to ensure empty directories remain part of the repository, like
|
|
# `/server/minimal/lib`, you should add an empty `.gitignore` or `.gitkeep` file
|
|
# to the directory - otherwise you may have issues when starting the service.
|
|
|
|
/server/all/data
|
|
/server/all/log
|
|
/server/all/tmp
|
|
/server/all/work
|
|
/server/default/data
|
|
/server/default/log
|
|
/server/default/tmp
|
|
/server/default/work
|
|
/server/minimal/data
|
|
/server/minimal/log
|
|
/server/minimal/tmp
|
|
/server/minimal/work
|
|
/server/jbossweb-standalone/data
|
|
/server/jbossweb-standalone/log
|
|
/server/jbossweb-standalone/tmp
|
|
/server/jbossweb-standalone/work
|
|
/server/standard/data
|
|
/server/standard/log
|
|
/server/standard/tmp
|
|
/server/standard/work
|
|
/server/default/deploy/*.jar.failed
|
|
/server/default/deploy/*.jar.dodeploy
|
|
/server/default/deploy/*.xml.failed
|
|
/server/default/deploy/*.xml.dodeploy
|
|
/server/default/deploy/*.war.failed
|
|
/server/default/deploy/*.war.dodeploy
|
|
|
|
|
|
# ---> JBoss4
|
|
# gitignore for JBoss v4 projects
|
|
|
|
/server/all/data
|
|
/server/all/log
|
|
/server/all/tmp
|
|
/server/all/work
|
|
/server/default/data
|
|
/server/default/log
|
|
/server/default/tmp
|
|
/server/default/work
|
|
/server/minimal/data
|
|
/server/minimal/log
|
|
/server/minimal/tmp
|
|
/server/minimal/work
|
|
|
|
# Note:
|
|
# there may be other directories that contain *.xml.failed or *.war.failed files
|
|
/server/default/deploy/*.xml.failed
|
|
/server/default/deploy/*.war.failed
|
|
|
|
# ---> Java
|
|
# Compiled class file
|
|
*.class
|
|
|
|
# Log file
|
|
*.log
|
|
|
|
# BlueJ files
|
|
*.ctxt
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.nar
|
|
*.ear
|
|
*.zip
|
|
*.tar.gz
|
|
*.rar
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
replay_pid*
|
|
|
|
# ---> Linux
|
|
*~
|
|
|
|
# temporary files which can be created if a process still has a handle open of a deleted file
|
|
.fuse_hidden*
|
|
|
|
# KDE directory preferences
|
|
.directory
|
|
|
|
# Linux trash folder which might appear on any partition or disk
|
|
.Trash-*
|
|
|
|
# .nfs files are created when an open file is removed but is still being accessed
|
|
.nfs*
|
|
|
|
# ---> TeX
|
|
## Core latex/pdflatex auxiliary files:
|
|
*.aux
|
|
*.lof
|
|
*.log
|
|
*.lot
|
|
*.fls
|
|
*.out
|
|
*.toc
|
|
*.fmt
|
|
*.fot
|
|
*.cb
|
|
*.cb2
|
|
.*.lb
|
|
|
|
## Intermediate documents:
|
|
*.dvi
|
|
*.xdv
|
|
*-converted-to.*
|
|
# these rules might exclude image files for figures etc.
|
|
# *.ps
|
|
# *.eps
|
|
# *.pdf
|
|
|
|
## Generated if empty string is given at "Please type another file name for output:"
|
|
.pdf
|
|
|
|
## Bibliography auxiliary files (bibtex/biblatex/biber):
|
|
*.bbl
|
|
*.bcf
|
|
*.blg
|
|
*-blx.aux
|
|
*-blx.bib
|
|
*.run.xml
|
|
|
|
## Build tool auxiliary files:
|
|
*.fdb_latexmk
|
|
*.synctex
|
|
*.synctex(busy)
|
|
*.synctex.gz
|
|
*.synctex.gz(busy)
|
|
*.pdfsync
|
|
|
|
## Build tool directories for auxiliary files
|
|
# latexrun
|
|
latex.out/
|
|
|
|
## Auxiliary and intermediate files from other packages:
|
|
# algorithms
|
|
*.alg
|
|
*.loa
|
|
|
|
# achemso
|
|
acs-*.bib
|
|
|
|
# amsthm
|
|
*.thm
|
|
|
|
# beamer
|
|
*.nav
|
|
*.pre
|
|
*.snm
|
|
*.vrb
|
|
|
|
# changes
|
|
*.soc
|
|
|
|
# comment
|
|
*.cut
|
|
|
|
# cprotect
|
|
*.cpt
|
|
|
|
# elsarticle (documentclass of Elsevier journals)
|
|
*.spl
|
|
|
|
# endnotes
|
|
*.ent
|
|
|
|
# fixme
|
|
*.lox
|
|
|
|
# feynmf/feynmp
|
|
*.mf
|
|
*.mp
|
|
*.t[1-9]
|
|
*.t[1-9][0-9]
|
|
*.tfm
|
|
|
|
#(r)(e)ledmac/(r)(e)ledpar
|
|
*.end
|
|
*.?end
|
|
*.[1-9]
|
|
*.[1-9][0-9]
|
|
*.[1-9][0-9][0-9]
|
|
*.[1-9]R
|
|
*.[1-9][0-9]R
|
|
*.[1-9][0-9][0-9]R
|
|
*.eledsec[1-9]
|
|
*.eledsec[1-9]R
|
|
*.eledsec[1-9][0-9]
|
|
*.eledsec[1-9][0-9]R
|
|
*.eledsec[1-9][0-9][0-9]
|
|
*.eledsec[1-9][0-9][0-9]R
|
|
|
|
# glossaries
|
|
*.acn
|
|
*.acr
|
|
*.glg
|
|
*.glo
|
|
*.gls
|
|
*.glsdefs
|
|
*.lzo
|
|
*.lzs
|
|
*.slg
|
|
*.slo
|
|
*.sls
|
|
|
|
# uncomment this for glossaries-extra (will ignore makeindex's style files!)
|
|
# *.ist
|
|
|
|
# gnuplot
|
|
*.gnuplot
|
|
*.table
|
|
|
|
# gnuplottex
|
|
*-gnuplottex-*
|
|
|
|
# gregoriotex
|
|
*.gaux
|
|
*.glog
|
|
*.gtex
|
|
|
|
# htlatex
|
|
*.4ct
|
|
*.4tc
|
|
*.idv
|
|
*.lg
|
|
*.trc
|
|
*.xref
|
|
|
|
# hyperref
|
|
*.brf
|
|
|
|
# knitr
|
|
*-concordance.tex
|
|
# TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
|
|
# *.tikz
|
|
*-tikzDictionary
|
|
|
|
# listings
|
|
*.lol
|
|
|
|
# luatexja-ruby
|
|
*.ltjruby
|
|
|
|
# makeidx
|
|
*.idx
|
|
*.ilg
|
|
*.ind
|
|
|
|
# minitoc
|
|
*.maf
|
|
*.mlf
|
|
*.mlt
|
|
*.mtc[0-9]*
|
|
*.slf[0-9]*
|
|
*.slt[0-9]*
|
|
*.stc[0-9]*
|
|
|
|
# minted
|
|
_minted*
|
|
*.pyg
|
|
|
|
# morewrites
|
|
*.mw
|
|
|
|
# newpax
|
|
*.newpax
|
|
|
|
# nomencl
|
|
*.nlg
|
|
*.nlo
|
|
*.nls
|
|
|
|
# pax
|
|
*.pax
|
|
|
|
# pdfpcnotes
|
|
*.pdfpc
|
|
|
|
# sagetex
|
|
*.sagetex.sage
|
|
*.sagetex.py
|
|
*.sagetex.scmd
|
|
|
|
# scrwfile
|
|
*.wrt
|
|
|
|
# svg
|
|
svg-inkscape/
|
|
|
|
# sympy
|
|
*.sout
|
|
*.sympy
|
|
sympy-plots-for-*.tex/
|
|
|
|
# pdfcomment
|
|
*.upa
|
|
*.upb
|
|
|
|
# pythontex
|
|
*.pytxcode
|
|
pythontex-files-*/
|
|
|
|
# tcolorbox
|
|
*.listing
|
|
|
|
# thmtools
|
|
*.loe
|
|
|
|
# TikZ & PGF
|
|
*.dpth
|
|
*.md5
|
|
*.auxlock
|
|
|
|
# titletoc
|
|
*.ptc
|
|
|
|
# todonotes
|
|
*.tdo
|
|
|
|
# vhistory
|
|
*.hst
|
|
*.ver
|
|
|
|
# easy-todo
|
|
*.lod
|
|
|
|
# xcolor
|
|
*.xcp
|
|
|
|
# xmpincl
|
|
*.xmpi
|
|
|
|
# xindy
|
|
*.xdy
|
|
|
|
# xypic precompiled matrices and outlines
|
|
*.xyc
|
|
*.xyd
|
|
|
|
# endfloat
|
|
*.ttt
|
|
*.fff
|
|
|
|
# Latexian
|
|
TSWLatexianTemp*
|
|
|
|
## Editors:
|
|
# WinEdt
|
|
*.bak
|
|
*.sav
|
|
|
|
# Texpad
|
|
.texpadtmp
|
|
|
|
# LyX
|
|
*.lyx~
|
|
|
|
# Kile
|
|
*.backup
|
|
|
|
# gummi
|
|
.*.swp
|
|
|
|
# KBibTeX
|
|
*~[0-9]*
|
|
|
|
# TeXnicCenter
|
|
*.tps
|
|
|
|
# auto folder when using emacs and auctex
|
|
./auto/*
|
|
*.el
|
|
|
|
# expex forward references with \gathertags
|
|
*-tags.tex
|
|
|
|
# standalone packages
|
|
*.sta
|
|
|
|
# Makeindex log files
|
|
*.lpz
|
|
|
|
# xwatermark package
|
|
*.xwm
|
|
|
|
# REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
|
|
# option is specified. Footnotes are the stored in a file with suffix Notes.bib.
|
|
# Uncomment the next line to have this generated file ignored.
|
|
#*Notes.bib
|
|
|
|
# ---> Unity
|
|
# This .gitignore file should be placed at the root of your Unity project directory
|
|
#
|
|
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
|
|
#
|
|
/[Ll]ibrary/
|
|
/[Tt]emp/
|
|
/[Oo]bj/
|
|
/[Bb]uild/
|
|
/[Bb]uilds/
|
|
/[Ll]ogs/
|
|
/[Uu]ser[Ss]ettings/
|
|
|
|
# MemoryCaptures can get excessive in size.
|
|
# They also could contain extremely sensitive data
|
|
/[Mm]emoryCaptures/
|
|
|
|
# Recordings can get excessive in size
|
|
/[Rr]ecordings/
|
|
|
|
# Uncomment this line if you wish to ignore the asset store tools plugin
|
|
# /[Aa]ssets/AssetStoreTools*
|
|
|
|
# Autogenerated Jetbrains Rider plugin
|
|
/[Aa]ssets/Plugins/Editor/JetBrains*
|
|
|
|
# Visual Studio cache directory
|
|
.vs/
|
|
|
|
# Gradle cache directory
|
|
.gradle/
|
|
|
|
# Autogenerated VS/MD/Consulo solution and project files
|
|
ExportedObj/
|
|
.consulo/
|
|
*.csproj
|
|
*.unityproj
|
|
*.sln
|
|
*.suo
|
|
*.tmp
|
|
*.user
|
|
*.userprefs
|
|
*.pidb
|
|
*.booproj
|
|
*.svd
|
|
*.pdb
|
|
*.mdb
|
|
*.opendb
|
|
*.VC.db
|
|
|
|
# Unity3D generated meta files
|
|
*.pidb.meta
|
|
*.pdb.meta
|
|
*.mdb.meta
|
|
|
|
# Unity3D generated file on crash reports
|
|
sysinfo.txt
|
|
|
|
# Builds
|
|
*.apk
|
|
*.aab
|
|
*.unitypackage
|
|
*.app
|
|
|
|
# Crashlytics generated file
|
|
crashlytics-build.properties
|
|
|
|
# Packed Addressables
|
|
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
|
|
|
|
# Temporary auto-generated Android Assets
|
|
/[Aa]ssets/[Ss]treamingAssets/aa.meta
|
|
/[Aa]ssets/[Ss]treamingAssets/aa/*
|
|
|
|
# ---> VVVV
|
|
|
|
# .v4p backup files
|
|
*~.xml
|
|
|
|
# Dynamic plugins .dll
|
|
bin/
|
|
|
|
# ---> V
|
|
*.exe
|
|
*.o
|
|
*.so
|
|
*.tmp.c
|
|
*.exp
|
|
*.ilk
|
|
*.pdb
|
|
*.dll
|
|
*.lib
|
|
*.bak
|
|
*.out
|
|
|
|
# ---> Windows
|
|
# Windows thumbnail cache files
|
|
Thumbs.db
|
|
Thumbs.db:encryptable
|
|
ehthumbs.db
|
|
ehthumbs_vista.db
|
|
|
|
# Dump file
|
|
*.stackdump
|
|
|
|
# Folder config file
|
|
[Dd]esktop.ini
|
|
|
|
# Recycle Bin used on file shares
|
|
$RECYCLE.BIN/
|
|
|
|
# Windows Installer files
|
|
*.cab
|
|
*.msi
|
|
*.msix
|
|
*.msm
|
|
*.msp
|
|
|
|
# Windows shortcuts
|
|
*.lnk
|
|
|
|
# ---> macOS
|
|
# General
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Icon must end with two \r
|
|
Icon
|
|
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Files that might appear in the root of a volume
|
|
.DocumentRevisions-V100
|
|
.fseventsd
|
|
.Spotlight-V100
|
|
.TemporaryItems
|
|
.Trashes
|
|
.VolumeIcon.icns
|
|
.com.apple.timemachine.donotpresent
|
|
|
|
# Directories potentially created on remote AFP share
|
|
.AppleDB
|
|
.AppleDesktop
|
|
Network Trash Folder
|
|
Temporary Items
|
|
.apdisk
|
|
|