-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
34 lines (32 loc) · 1.03 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# This is the default git ignore file used for projects at SprintWORX GmbH
# if you need to make any changes follow the following steps
#
# - are these changes 100% just for this project? Add them at the beginning
# under "local project settings"
# - if these changes could make sense for all/most repositories share your idea
# at least with one team member and if they agree add the changes to an
# appropriate area below and update the template_gitignore in in the Internal
# project as well
# - inform the team via Mattermost/DevOps about the updated template so that
# changes can be applied to other projects as well (this is necessary as long
# as we don't have a way to automate the merge process) - if you know how this
# could be done let me know
#
# Do not place a comment at the end of a line; this does not really work well.
#
# Copyright (c) SprintWORX GmbH 2019
#
# Authors:
# Daniel Klafft
#
# local project settings
# build results
bin/
obj/
out/
packages/
.vs/
.idea/
.vscode/
build/test_runs/
*.DotSettings.user