| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- # Compiled source #
- ###################
- *.com
- *.class
- *.dll
- *.exe
- *.o
- *.so
- # Packages #
- ############
- # it's better to unpack these files and commit the raw source
- # git has its own built in compression methods
- *.7z
- *.dmg
- *.gz
- *.iso
- *.jar
- *.rar
- *.tar
- *.zip
- # Logs and databases #
- ######################
- *.log
- *.sql
- *.sqlite
- # OS generated files #
- ######################
- .DS_Store?
- ehthumbs.db
- Icon?
- Thumbs.db
- # allow "icons"
- ![Ii]cons
- node_modules/*
- data/*
- coverage
- cookies.txt
- requestQueueWorker.js
- TpdsWorker.js
- BackgroundJobsWorker.js
- UserAndProjectPopulator.coffee
- public/manifest.json
- public/js
- public/minjs
- public/stylesheets
- public/fonts
- public/images
- Gemfile.lock
- *.swp
- .DS_Store
- docker-shared.yml
- config/*.coffee
- !config/settings.defaults.coffee
- !config/settings.webpack.coffee
- config/*.js
- !config/settings.defaults.js
- !config/settings.webpack.js
- !config/settings.overrides.saas.js
- !config/settings.overrides.server-pro.js
- modules/**/Makefile
- # Precompiled pug files
- **/app/views/**/*.js
- # Sentry secrets file (injected by CI)
- .sentryclirc
- # via dev-environment
- .npmrc
- # Intellij
- .idea
- .run
- # Cypress
- cypress/screenshots/
- cypress/videos/
- cypress/downloads/
- cypress/results/
- # Ace themes for conversion
- frontend/js/features/source-editor/themes/ace/
- # Compiled parser files
- frontend/js/features/source-editor/lezer-latex/latex.mjs
- frontend/js/features/source-editor/lezer-latex/latex.terms.mjs
- frontend/js/features/source-editor/lezer-bibtex/bibtex.mjs
- frontend/js/features/source-editor/lezer-bibtex/bibtex.terms.mjs
- !**/fixtures/**/*.log
|