Commit Graph

12 Commits

Author SHA1 Message Date
Nicolas Dorier
aeaaa2f7d5
Merge pull request #1769 from msafi/check-in-vscode-debug-configurations
Check in VS Code debug configurations
2020-07-27 11:30:46 +09:00
Esky33
810e12f474
Update .gitignore all the .DS_Store files
.gitignore all the .DS_Store files in every folder and subfolder - improves UX
If you are using macOS, visual studio, visual code, rider, your system appends the .DS_Store file in your directories. It’s not a big issue, but often you need to exclude these files explicitly in your .gitignore file, to prevent any unnecessary files in your commit. 

notice for btcpay Mac dev users..
This will never allow the .DS_Store file to sneak in your git.
But, if it's already there, you can write in your project terminal:

find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch
then commit and push the changes to remove the .DS_Store from your remote repo:

git commit -m "Remove .DS_Store from everywhere"

git push origin master
2020-07-26 00:30:34 +01:00
M.K. Safi
97b7d920cb Check-in .vscode/extensions.json 2020-07-25 10:07:03 -07:00
M.K. Safi
272de60f9f Edit .gitignore 2020-07-24 10:15:31 -07:00
M.K. Safi
b40dd46871 Check-in VS Code debug config files 2020-07-24 10:13:34 -07:00
Andrew Camilleri
1bfe9dda97 Integrate Configurator External Service (#1190) 2020-01-21 18:27:10 +09:00
Saevar2000
2b97808f1f add .vscode to .gitignore 2018-04-02 12:48:13 +00:00
lepipele
1014083160 Preserving bundles directory required for build 2018-02-27 17:03:49 +09:00
lepipele
dfa3167c18 Removing generated bundles from source control 2018-02-27 17:03:45 +09:00
NicolasDorier
35a3618a42 Add launchSettings, fix docker-compose version 2017-10-03 01:29:35 +09:00
NicolasDorier
e47a5b8721 Add docker-compose to use during tests with postgres 2017-09-28 00:16:37 +09:00
NicolasDorier
b5c6ed3860 Init 2017-09-13 15:55:16 +09:00