git sync for colleagues.
All in 1 big commit :)... Do as I say... not as I do (in my private stuff anyway)
This commit is contained in:
40
.gitignore
vendored
40
.gitignore
vendored
@@ -1,3 +1,43 @@
|
||||
node_modules/
|
||||
.cache/
|
||||
public
|
||||
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
x64/
|
||||
x86/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
publish/
|
||||
build/Release
|
||||
coverage
|
||||
lib-cov
|
||||
|
||||
# deps
|
||||
node_modules/
|
||||
__pycache__/
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log*
|
||||
|
||||
# Runtime data
|
||||
pids
|
||||
*.pid
|
||||
*.seed
|
||||
|
||||
# Mac files
|
||||
.DS_Store
|
||||
|
||||
# randoms
|
||||
*.pyc
|
||||
dbdata
|
||||
old
|
||||
yarn-error.log
|
||||
dist
|
||||
*/test-results
|
Reference in New Issue
Block a user