3
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

oF: XcodeとVisual Studioでのgitignore

Posted at

こんな感じにするとsrcとbin/dataだけが監視下に入るというメモ。

.DS_Store

bin/*
!data
bin/data/settings.xml

# Mac
resources/*
config.make
[projectName].xcodeproj
Makefile
openFrameworks-Info.plist
Project.xcconfig
addons.make

# Win
[projectName].sdf
[projectName].sln
[projectName].vcxproj
[projectName].vcxproj.filters
[projectName].vcxproj.user
addons.make
icon.aps
icon.rc
obj/*
.vs
3
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?