mirror of
https://github.com/documize/community.git
synced 2025-08-10 07:55:25 +02:00
dot files
This commit is contained in:
parent
d836799051
commit
1a5bb9297c
9 changed files with 86 additions and 13 deletions
82
.gitignore
vendored
82
.gitignore
vendored
|
@ -1,17 +1,73 @@
|
||||||
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
||||||
|
*.o
|
||||||
|
*.a
|
||||||
|
*.so
|
||||||
|
|
||||||
# compiled output
|
# Folders
|
||||||
/dist
|
_obj
|
||||||
/tmp
|
_test
|
||||||
|
_uploads
|
||||||
|
_diffs
|
||||||
|
_convert
|
||||||
|
.srclib-cache
|
||||||
|
.DS_Store
|
||||||
|
.idea
|
||||||
|
.vscode
|
||||||
|
|
||||||
# dependencies
|
# Documize build artifacts
|
||||||
/node_modules
|
bin/*
|
||||||
/bower_components
|
dist/*
|
||||||
|
/documize/web/bindata/*
|
||||||
|
app/dist/*
|
||||||
|
app/dist-prod/*
|
||||||
|
|
||||||
# misc
|
# Architecture specific extensions/prefixes
|
||||||
/.sass-cache
|
*.[568vq]
|
||||||
/connect.lock
|
[568vq].out
|
||||||
/coverage/*
|
|
||||||
/libpeerconnection.log
|
# Go specific
|
||||||
|
*.cgo1.go
|
||||||
|
*.cgo2.c
|
||||||
|
_cgo_defun.c
|
||||||
|
_cgo_gotypes.go
|
||||||
|
_cgo_export.*
|
||||||
|
_testmain.go
|
||||||
|
*.exe
|
||||||
|
*.test
|
||||||
|
/dickens/dickens
|
||||||
|
/dickens/dickens-osx
|
||||||
|
/asimov/asimov
|
||||||
|
/asimov/asimov-osx
|
||||||
|
/plugin-libreoffice/plugin-libreoffice
|
||||||
|
/plugin-libreoffice/plugin-libreoffice-osx
|
||||||
|
/plugin-markdown/plugin-markdown
|
||||||
|
/plugin-markdown/plugin-markdown-osx
|
||||||
|
/plugin-tolkien/plugin-tolkien
|
||||||
|
/plugin-tolkien/plugin-tolkien-osx
|
||||||
|
|
||||||
|
# Ember specific
|
||||||
|
/app/dist
|
||||||
|
/app/dist-prod
|
||||||
|
/app/tmp
|
||||||
|
/app/bower_components
|
||||||
|
/app/node_modules
|
||||||
|
/app/.sass-cache
|
||||||
|
/app/connect.lock
|
||||||
|
/app/coverage/*
|
||||||
|
/app/libpeerconnection.log
|
||||||
|
/app/npm-debug.log
|
||||||
|
/app/testem.log
|
||||||
|
|
||||||
|
# Misc.
|
||||||
|
documize/web/bindata_assetfs.go
|
||||||
|
build/documize
|
||||||
|
build/plugin-markdown
|
||||||
|
build/plugin-msword
|
||||||
|
plugin-msword/plugin-msword
|
||||||
|
plugin-msword/plugin-msword-osx
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
testem.log
|
debug
|
||||||
|
*.pem
|
||||||
|
*.crt
|
||||||
|
Dockerfile
|
||||||
|
container.sh
|
||||||
|
|
17
app/.gitignore
vendored
Normal file
17
app/.gitignore
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
||||||
|
|
||||||
|
# compiled output
|
||||||
|
/dist
|
||||||
|
/tmp
|
||||||
|
|
||||||
|
# dependencies
|
||||||
|
/node_modules
|
||||||
|
/bower_components
|
||||||
|
|
||||||
|
# misc
|
||||||
|
/.sass-cache
|
||||||
|
/connect.lock
|
||||||
|
/coverage/*
|
||||||
|
/libpeerconnection.log
|
||||||
|
npm-debug.log
|
||||||
|
testem.log
|
Loading…
Add table
Add a link
Reference in a new issue