forked from JetBrains/resharper-unity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (40 loc) · 903 Bytes
/
Copy path.gitignore
File metadata and controls
50 lines (40 loc) · 903 Bytes
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Rider code
# User-specific stuff:
**/.idea/**/workspace.xml
**/.idea/**/tasks.xml
**/.idea/dictionaries
# Sensitive or high-churn files:
**/.idea/**/dataSources/
**/.idea/**/dataSources.ids
**/.idea/**/dataSources.xml
**/.idea/**/dataSources.local.xml
**/.idea/**/sqlDataSources.xml
**/.idea/**/dynamic.xml
# Gradle:
.gradle/
**/.idea/**/gradle.xml
**/.idea/**/libraries
# IntelliJ
build/
out/
# .idea
rider/.idea/**
# ReSharper code
#
# New style .csproj uses packages in the user's cache, but the tests download packages of binaries.
# Would be nice to download them somewhere outside of the source tree.
Packages/*
*.nupkg
*.suo
*.user
[Bb]in
[Oo]bj
resharper/src/.idea/**/workspace.xml
resharper/test/data/**/*.tmp
# Backup & report files from converting an old project file to a newer Visual Studio version
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
Thumbs.db
Desktop.ini
.DS_Store