mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-08-01 11:01:27 +00:00
init commit
This commit is contained in:
50
.gitignore
vendored
Normal file
50
.gitignore
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
# Literally copied from Rstudio Repo no idea if all this is needed.
|
||||
# https://github.com/rstudio/rstudio/blob/master/.gitignore
|
||||
/build/
|
||||
build_*/
|
||||
build-*/
|
||||
*-build/
|
||||
*_build/
|
||||
*-build-*/
|
||||
*_build_*/
|
||||
qtcreator-build
|
||||
.DS_Store
|
||||
src/gwt/www/js/acesupport.js
|
||||
src/gwt/www/js/ace.js
|
||||
src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/ace/acesupport.js
|
||||
src/gwt/src/org/rstudio/core/client/jsonrpc/json2.min.js
|
||||
src/gwt/www/js/json2.min.js
|
||||
src/gwt/tools/ace/
|
||||
src/gwt/tools/pdfjs/
|
||||
src/gwt/tools/xterm.js/
|
||||
src/gwt/.ant-targets-build.xml
|
||||
/src/gwt/.gwt/.gwt-log
|
||||
.Rproj.user
|
||||
.Rhistory
|
||||
.RData
|
||||
.Rprofile
|
||||
/src/gwt/bin.test/
|
||||
/src/gwt/gwt-unitCache/
|
||||
NEWS.html
|
||||
CONTRIBUTING.html
|
||||
CMakeLists.txt.user
|
||||
.idea/
|
||||
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
|
||||
**/\.tern-port
|
||||
.#*
|
||||
*.autosave
|
||||
*~
|
||||
*swp
|
||||
.orig
|
||||
.vagrant
|
||||
tags
|
||||
*.tags
|
||||
GPATH
|
||||
GRTAGS
|
||||
GSYMS
|
||||
GTAGS
|
||||
TODO-INTERNAL
|
||||
*.pid
|
Reference in New Issue
Block a user