Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
JSH_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김유현
2021-06-01 02:32:01 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
614fbd0d8f7101e1f1a70616f5735f4eb77d14c3
614fbd0d
1 parent
96c174ea
gitignore 수정
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
75 additions
and
0 deletions
.gitignore
.gitignore
View file @
614fbd0
# Created by .ignore support plugin (hsz.mobi)
.DS_Store
.idea/
# Created by https://www.toptal.com/developers/gitignore/api/unity
# Edit at https://www.toptal.com/developers/gitignore?templates=unity
### Unity ###
# This .gitignore file should be placed at the root of your Unity project directory
#
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
/src/unity/creating-map/[Ll]ibrary/
/src/unity/creating-map/[Tt]emp/
/src/unity/creating-map/[Oo]bj/
/src/unity/creating-map/[Bb]uild/
/src/unity/creating-map/[Bb]uilds/
/src/unity/creating-map/[Ll]ogs/
/src/unity/creating-map/[Uu]ser[Ss]ettings/
# MemoryCaptures can get excessive in size.
# They also could contain extremely sensitive data
/src/unity/creating-map/[Mm]emoryCaptures/
# Asset meta data should only be ignored when the corresponding asset is also ignored
!/[Aa]ssets/**/*.meta
# Uncomment this line if you wish to ignore the asset store tools plugin
# /[Aa]ssets/AssetStoreTools*
# Autogenerated Jetbrains Rider plugin
/[Aa]ssets/Plugins/Editor/JetBrains*
# Visual Studio cache directory
.vs/
# Gradle cache directory
.gradle/
# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
*.mdb
*.opendb
*.VC.db
# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
*.mdb.meta
# Unity3D generated file on crash reports
sysinfo.txt
# Builds
*.apk
*.unitypackage
# Crashlytics generated file
crashlytics-build.properties
# Autogenerated files
InitTestScene*.unity.meta
InitTestScene*.unity
# End of https://www.toptal.com/developers/gitignore/api/unity
\ No newline at end of file
...
...
Please
register
or
login
to post a comment