mirror of
https://github.com/Mastermindzh/code-style-conventions.git
synced 2025-08-07 18:08:08 +02:00
added some defaults :)
This commit is contained in:
39
.gitignore
vendored
Normal file
39
.gitignore
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
# 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