Browse Source

git: add gitignore

Van Nghia Vo 2 years ago
commit
5d88f60bf6
1 changed files with 614 additions and 0 deletions
  1. 614
    0
      .gitignore

+ 614
- 0
.gitignore View File

@@ -0,0 +1,614 @@
1
+### JupyterNotebooks ###
2
+# gitignore template for Jupyter Notebooks
3
+# website: http://jupyter.org/
4
+
5
+.ipynb_checkpoints
6
+*/.ipynb_checkpoints/*
7
+
8
+# IPython
9
+profile_default/
10
+ipython_config.py
11
+
12
+# Remove previous ipynb_checkpoints
13
+#   git rm -r .ipynb_checkpoints/
14
+
15
+### LaTeX ###
16
+## Core latex/pdflatex auxiliary files:
17
+*.aux
18
+*.lof
19
+*.log
20
+*.lot
21
+*.fls
22
+*.out
23
+*.toc
24
+*.fmt
25
+*.fot
26
+*.cb
27
+*.cb2
28
+.*.lb
29
+
30
+## Intermediate documents:
31
+*.dvi
32
+*.xdv
33
+*-converted-to.*
34
+# these rules might exclude image files for figures etc.
35
+# *.ps
36
+# *.eps
37
+# *.pdf
38
+
39
+## Generated if empty string is given at "Please type another file name for output:"
40
+.pdf
41
+
42
+## Bibliography auxiliary files (bibtex/biblatex/biber):
43
+*.bbl
44
+*.bcf
45
+*.blg
46
+*-blx.aux
47
+*-blx.bib
48
+*.run.xml
49
+
50
+## Build tool auxiliary files:
51
+*.fdb_latexmk
52
+*.synctex
53
+*.synctex(busy)
54
+*.synctex.gz
55
+*.synctex.gz(busy)
56
+*.pdfsync
57
+
58
+## Build tool directories for auxiliary files
59
+# latexrun
60
+latex.out/
61
+
62
+## Auxiliary and intermediate files from other packages:
63
+# algorithms
64
+*.alg
65
+*.loa
66
+
67
+# achemso
68
+acs-*.bib
69
+
70
+# amsthm
71
+*.thm
72
+
73
+# beamer
74
+*.nav
75
+*.pre
76
+*.snm
77
+*.vrb
78
+
79
+# changes
80
+*.soc
81
+
82
+# comment
83
+*.cut
84
+
85
+# cprotect
86
+*.cpt
87
+
88
+# elsarticle (documentclass of Elsevier journals)
89
+*.spl
90
+
91
+# endnotes
92
+*.ent
93
+
94
+# fixme
95
+*.lox
96
+
97
+# feynmf/feynmp
98
+*.mf
99
+*.mp
100
+*.t[1-9]
101
+*.t[1-9][0-9]
102
+*.tfm
103
+
104
+#(r)(e)ledmac/(r)(e)ledpar
105
+*.end
106
+*.?end
107
+*.[1-9]
108
+*.[1-9][0-9]
109
+*.[1-9][0-9][0-9]
110
+*.[1-9]R
111
+*.[1-9][0-9]R
112
+*.[1-9][0-9][0-9]R
113
+*.eledsec[1-9]
114
+*.eledsec[1-9]R
115
+*.eledsec[1-9][0-9]
116
+*.eledsec[1-9][0-9]R
117
+*.eledsec[1-9][0-9][0-9]
118
+*.eledsec[1-9][0-9][0-9]R
119
+
120
+# glossaries
121
+*.acn
122
+*.acr
123
+*.glg
124
+*.glo
125
+*.gls
126
+*.glsdefs
127
+*.lzo
128
+*.lzs
129
+*.slg
130
+*.slo
131
+*.sls
132
+
133
+# uncomment this for glossaries-extra (will ignore makeindex's style files!)
134
+# *.ist
135
+
136
+# gnuplot
137
+*.gnuplot
138
+*.table
139
+
140
+# gnuplottex
141
+*-gnuplottex-*
142
+
143
+# gregoriotex
144
+*.gaux
145
+*.glog
146
+*.gtex
147
+
148
+# htlatex
149
+*.4ct
150
+*.4tc
151
+*.idv
152
+*.lg
153
+*.trc
154
+*.xref
155
+
156
+# hyperref
157
+*.brf
158
+
159
+# knitr
160
+*-concordance.tex
161
+# TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
162
+# *.tikz
163
+*-tikzDictionary
164
+
165
+# listings
166
+*.lol
167
+
168
+# luatexja-ruby
169
+*.ltjruby
170
+
171
+# makeidx
172
+*.idx
173
+*.ilg
174
+*.ind
175
+
176
+# minitoc
177
+*.maf
178
+*.mlf
179
+*.mlt
180
+*.mtc[0-9]*
181
+*.slf[0-9]*
182
+*.slt[0-9]*
183
+*.stc[0-9]*
184
+
185
+# minted
186
+_minted*
187
+*.pyg
188
+
189
+# morewrites
190
+*.mw
191
+
192
+# newpax
193
+*.newpax
194
+
195
+# nomencl
196
+*.nlg
197
+*.nlo
198
+*.nls
199
+
200
+# pax
201
+*.pax
202
+
203
+# pdfpcnotes
204
+*.pdfpc
205
+
206
+# sagetex
207
+*.sagetex.sage
208
+*.sagetex.py
209
+*.sagetex.scmd
210
+
211
+# scrwfile
212
+*.wrt
213
+
214
+# svg
215
+svg-inkscape/
216
+
217
+# sympy
218
+*.sout
219
+*.sympy
220
+sympy-plots-for-*.tex/
221
+
222
+# pdfcomment
223
+*.upa
224
+*.upb
225
+
226
+# pythontex
227
+*.pytxcode
228
+pythontex-files-*/
229
+
230
+# tcolorbox
231
+*.listing
232
+
233
+# thmtools
234
+*.loe
235
+
236
+# TikZ & PGF
237
+*.dpth
238
+*.md5
239
+*.auxlock
240
+
241
+# titletoc
242
+*.ptc
243
+
244
+# todonotes
245
+*.tdo
246
+
247
+# vhistory
248
+*.hst
249
+*.ver
250
+
251
+# easy-todo
252
+*.lod
253
+
254
+# xcolor
255
+*.xcp
256
+
257
+# xmpincl
258
+*.xmpi
259
+
260
+# xindy
261
+*.xdy
262
+
263
+# xypic precompiled matrices and outlines
264
+*.xyc
265
+*.xyd
266
+
267
+# endfloat
268
+*.ttt
269
+*.fff
270
+
271
+# Latexian
272
+TSWLatexianTemp*
273
+
274
+## Editors:
275
+# WinEdt
276
+*.bak
277
+*.sav
278
+
279
+# Texpad
280
+.texpadtmp
281
+
282
+# LyX
283
+*.lyx~
284
+
285
+# Kile
286
+*.backup
287
+
288
+# gummi
289
+.*.swp
290
+
291
+# KBibTeX
292
+*~[0-9]*
293
+
294
+# TeXnicCenter
295
+*.tps
296
+
297
+# auto folder when using emacs and auctex
298
+./auto/*
299
+*.el
300
+
301
+# expex forward references with \gathertags
302
+*-tags.tex
303
+
304
+# standalone packages
305
+*.sta
306
+
307
+# Makeindex log files
308
+*.lpz
309
+
310
+# xwatermark package
311
+*.xwm
312
+
313
+# REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
314
+# option is specified. Footnotes are the stored in a file with suffix Notes.bib.
315
+# Uncomment the next line to have this generated file ignored.
316
+#*Notes.bib
317
+
318
+### LaTeX Patch ###
319
+# LIPIcs / OASIcs
320
+*.vtc
321
+
322
+# glossaries
323
+*.glstex
324
+
325
+### Linux ###
326
+*~
327
+
328
+# temporary files which can be created if a process still has a handle open of a deleted file
329
+.fuse_hidden*
330
+
331
+# KDE directory preferences
332
+.directory
333
+
334
+# Linux trash folder which might appear on any partition or disk
335
+.Trash-*
336
+
337
+# .nfs files are created when an open file is removed but is still being accessed
338
+.nfs*
339
+
340
+### macOS ###
341
+# General
342
+.DS_Store
343
+.AppleDouble
344
+.LSOverride
345
+
346
+# Icon must end with two \r
347
+Icon
348
+
349
+
350
+# Thumbnails
351
+._*
352
+
353
+# Files that might appear in the root of a volume
354
+.DocumentRevisions-V100
355
+.fseventsd
356
+.Spotlight-V100
357
+.TemporaryItems
358
+.Trashes
359
+.VolumeIcon.icns
360
+.com.apple.timemachine.donotpresent
361
+
362
+# Directories potentially created on remote AFP share
363
+.AppleDB
364
+.AppleDesktop
365
+Network Trash Folder
366
+Temporary Items
367
+.apdisk
368
+
369
+### Python ###
370
+# Byte-compiled / optimized / DLL files
371
+__pycache__/
372
+*.py[cod]
373
+*$py.class
374
+
375
+# C extensions
376
+*.so
377
+
378
+# Distribution / packaging
379
+.Python
380
+build/
381
+develop-eggs/
382
+dist/
383
+downloads/
384
+eggs/
385
+.eggs/
386
+lib/
387
+lib64/
388
+parts/
389
+sdist/
390
+var/
391
+wheels/
392
+share/python-wheels/
393
+*.egg-info/
394
+.installed.cfg
395
+*.egg
396
+MANIFEST
397
+
398
+# PyInstaller
399
+#  Usually these files are written by a python script from a template
400
+#  before PyInstaller builds the exe, so as to inject date/other infos into it.
401
+*.manifest
402
+*.spec
403
+
404
+# Installer logs
405
+pip-log.txt
406
+pip-delete-this-directory.txt
407
+
408
+# Unit test / coverage reports
409
+htmlcov/
410
+.tox/
411
+.nox/
412
+.coverage
413
+.coverage.*
414
+.cache
415
+nosetests.xml
416
+coverage.xml
417
+*.cover
418
+*.py,cover
419
+.hypothesis/
420
+.pytest_cache/
421
+cover/
422
+
423
+# Translations
424
+*.mo
425
+*.pot
426
+
427
+# Django stuff:
428
+local_settings.py
429
+db.sqlite3
430
+db.sqlite3-journal
431
+
432
+# Flask stuff:
433
+instance/
434
+.webassets-cache
435
+
436
+# Scrapy stuff:
437
+.scrapy
438
+
439
+# Sphinx documentation
440
+docs/_build/
441
+
442
+# PyBuilder
443
+.pybuilder/
444
+target/
445
+
446
+# Jupyter Notebook
447
+
448
+# IPython
449
+
450
+# pyenv
451
+#   For a library or package, you might want to ignore these files since the code is
452
+#   intended to run in multiple environments; otherwise, check them in:
453
+# .python-version
454
+
455
+# pipenv
456
+#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
457
+#   However, in case of collaboration, if having platform-specific dependencies or dependencies
458
+#   having no cross-platform support, pipenv may install dependencies that don't work, or not
459
+#   install all needed dependencies.
460
+#Pipfile.lock
461
+
462
+# poetry
463
+#   Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
464
+#   This is especially recommended for binary packages to ensure reproducibility, and is more
465
+#   commonly ignored for libraries.
466
+#   https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
467
+#poetry.lock
468
+
469
+# PEP 582; used by e.g. github.com/David-OConnor/pyflow
470
+__pypackages__/
471
+
472
+# Celery stuff
473
+celerybeat-schedule
474
+celerybeat.pid
475
+
476
+# SageMath parsed files
477
+*.sage.py
478
+
479
+# Environments
480
+.env
481
+.venv
482
+env/
483
+venv/
484
+ENV/
485
+env.bak/
486
+venv.bak/
487
+
488
+# Spyder project settings
489
+.spyderproject
490
+.spyproject
491
+
492
+# Rope project settings
493
+.ropeproject
494
+
495
+# mkdocs documentation
496
+/site
497
+
498
+# mypy
499
+.mypy_cache/
500
+.dmypy.json
501
+dmypy.json
502
+
503
+# Pyre type checker
504
+.pyre/
505
+
506
+# pytype static type analyzer
507
+.pytype/
508
+
509
+# Cython debug symbols
510
+cython_debug/
511
+
512
+# PyCharm
513
+#  JetBrains specific template is maintainted in a separate JetBrains.gitignore that can
514
+#  be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
515
+#  and can be added to the global gitignore or merged into this file.  For a more nuclear
516
+#  option (not recommended) you can uncomment the following to ignore the entire idea folder.
517
+#.idea/
518
+
519
+### R ###
520
+# History files
521
+.Rhistory
522
+.Rapp.history
523
+
524
+# Session Data files
525
+.RData
526
+.RDataTmp
527
+
528
+# User-specific files
529
+.Ruserdata
530
+
531
+# Example code in package build process
532
+*-Ex.R
533
+
534
+# Output files from R CMD build
535
+/*.tar.gz
536
+
537
+# Output files from R CMD check
538
+/*.Rcheck/
539
+
540
+# RStudio files
541
+.Rproj.user/
542
+
543
+# produced vignettes
544
+vignettes/*.html
545
+vignettes/*.pdf
546
+
547
+# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
548
+.httr-oauth
549
+
550
+# knitr and R markdown default cache directories
551
+*_cache/
552
+/cache/
553
+
554
+# Temporary files created by R markdown
555
+*.utf8.md
556
+*.knit.md
557
+
558
+# R Environment Variables
559
+.Renviron
560
+
561
+# pkgdown site
562
+docs/
563
+
564
+# translation temp files
565
+po/*~
566
+
567
+# RStudio Connect folder
568
+rsconnect/
569
+
570
+### R.Bookdown Stack ###
571
+# R package: bookdown caching files
572
+/*_files/
573
+
574
+### VisualStudioCode ###
575
+.vscode/
576
+
577
+# Local History for Visual Studio Code
578
+.history/
579
+
580
+# Built Visual Studio Code Extensions
581
+*.vsix
582
+
583
+### VisualStudioCode Patch ###
584
+# Ignore all local history of files
585
+.history
586
+.ionide
587
+
588
+# Support for Project snippet scope
589
+
590
+### Windows ###
591
+# Windows thumbnail cache files
592
+Thumbs.db
593
+Thumbs.db:encryptable
594
+ehthumbs.db
595
+ehthumbs_vista.db
596
+
597
+# Dump file
598
+*.stackdump
599
+
600
+# Folder config file
601
+[Dd]esktop.ini
602
+
603
+# Recycle Bin used on file shares
604
+$RECYCLE.BIN/
605
+
606
+# Windows Installer files
607
+*.cab
608
+*.msi
609
+*.msix
610
+*.msm
611
+*.msp
612
+
613
+# Windows shortcuts
614
+*.lnk

Loading…
Cancel
Save