Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitignore
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
general
gitignore
Commits
5beb1148
Unverified
Commit
5beb1148
authored
Mar 10, 2018
by
庄天翼
Committed by
GitHub
Mar 10, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into patch-2
parents
7c0cf6d9
773eca0e
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
34 additions
and
14 deletions
+34
-14
Android.gitignore
Android.gitignore
+7
-0
Dart.gitignore
Dart.gitignore
+2
-1
JetBrains.gitignore
Global/JetBrains.gitignore
+1
-2
Go.gitignore
Go.gitignore
+1
-0
Node.gitignore
Node.gitignore
+3
-0
Python.gitignore
Python.gitignore
+1
-0
Qt.gitignore
Qt.gitignore
+2
-6
R.gitignore
R.gitignore
+3
-0
ROS.gitignore
ROS.gitignore
+2
-0
TeX.gitignore
TeX.gitignore
+9
-0
Umbraco.gitignore
Umbraco.gitignore
+2
-2
VisualStudio.gitignore
VisualStudio.gitignore
+1
-3
No files found.
Android.gitignore
View file @
5beb1148
...
...
@@ -54,3 +54,10 @@ google-services.json
freeline.py
freeline/
freeline_project_description.json
# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/readme.md
Dart.gitignore
View file @
5beb1148
# See https://www.dartlang.org/
tools/private-files.html
# See https://www.dartlang.org/
guides/libraries/private-files
# Files and directories created by pub
.dart_tool/
.packages
.pub/
build/
...
...
Global/JetBrains.gitignore
View file @
5beb1148
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Web
s
torm
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Web
S
torm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff:
...
...
@@ -9,7 +9,6 @@
# Sensitive or high-churn files:
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.xml
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
...
...
Go.gitignore
View file @
5beb1148
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
...
...
Node.gitignore
View file @
5beb1148
...
...
@@ -59,3 +59,6 @@ typings/
# parcel-bundler cache (https://parceljs.org/)
.cache
# next.js build output
.next
Python.gitignore
View file @
5beb1148
...
...
@@ -45,6 +45,7 @@ nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
# Translations
*.mo
...
...
Qt.gitignore
View file @
5beb1148
# C++ objects and libs
*.slo
*.lo
*.o
...
...
@@ -11,7 +10,6 @@
*.dylib
# Qt-es
object_script.*.Release
object_script.*.Debug
*_plugin_import.cpp
...
...
@@ -35,13 +33,11 @@ Makefile*
target_wrapper.*
# QtCreator
*.autosave
# QtC
t
reator Qml
# QtCreator Qml
*.qmlproject.user
*.qmlproject.user.*
# QtC
t
reator CMake
# QtCreator CMake
CMakeLists.txt.user*
R.gitignore
View file @
5beb1148
...
...
@@ -31,3 +31,6 @@ vignettes/*.pdf
# Temporary files created by R markdown
*.utf8.md
*.knit.md
# Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html
rsconnect/
ROS.gitignore
View file @
5beb1148
...
...
@@ -13,6 +13,8 @@ msg/*Feedback.msg
msg/*Goal.msg
msg/*Result.msg
msg/_*.py
build_isolated/
devel_isolated/
# Generated by dynamic reconfigure
*.cfgc
...
...
TeX.gitignore
View file @
5beb1148
...
...
@@ -10,6 +10,7 @@
*.fot
*.cb
*.cb2
.*.lb
## Intermediate documents:
*.dvi
...
...
@@ -109,6 +110,14 @@ acs-*.bib
*.gaux
*.gtex
# htlatex
*.4ct
*.4tc
*.idv
*.lg
*.trc
*.xref
# hyperref
*.brf
...
...
Umbraco.gitignore
View file @
5beb1148
...
...
@@ -16,8 +16,8 @@
# Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder)
# Make sure to include details from VisualStudio.gitignore BEFORE this
!**/App_Data/[Pp]ackages/
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages
!**/App_Data/[Pp]ackages/
*
!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages
/*
# ImageProcessor DiskCache
**/App_Data/cache/
...
...
VisualStudio.gitignore
View file @
5beb1148
...
...
@@ -237,6 +237,7 @@ _UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
ServiceFabricBackup/
# SQL Server files
*.mdf
...
...
@@ -258,9 +259,6 @@ FakesAssemblies/
.ntvs_analysis.dat
node_modules/
# TypeScript v1 declaration files
typings/
# Visual Studio 6 build log
*.plg
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment