gitignore 忽略模板

忽略模板

.gitignore
# Built application files
*.apk
*.ap_
*.aab

# Files for the ART/Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin/
gen/
out/

# Gradle files
.gradle/
build/

# Local configuration file (sdk path, etc)
local.properties

# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation/

# Android Studio captures folder
captures/

# IntelliJ
*.iml
.idea

# Keystore files
# Uncomment the following lines if you do not want to check your keystore files in.
#*.jks
#*.keystore

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild

# Google Services (e.g. APIs or Firebase)
google-services.json

# Freeline
freeline.py
freeline/
freeline_project_description.json

# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/readme.md

* OSX files
.DS_Store

# Windows thumbnail db
Thumbs.db

#NDK
obj/

gitignore qute_gitignore

.gitignore
# Byte-compiled / optimized / DLL files
__pycache__
__pycache__/

# C extensions
*.so

# Distribution / packaging
.Python
build
build/
develop-eggs/
dist
dist/
downloads/
eggs/
.eggs/
lib/
lib64/

*.egg-info/
.installed.cfg
*.egg
MANIFEST

#idea specific
.idea
.idea/

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
log
log/
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
report/
.coverage
.coverage.*
.cache
.pytest_cache/
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# pyenv
.python-version

# pipenv
#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
#   However, in case of collaboration, if having platform-specific dependencies or dependencies
#   having no cross-platform support, pipenv may install dependencies that don't work, or not
#   install all needed dependencies.
#Pipfile.lock

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# mkdocs documentation
/site

gitignore 用于Wordpress + Woocommerce的gitignore

gitignore
.*
~*
*.sublime-project
*.sublime-workspace
*.cache
/PSD/
/assets/
/backup/

*.jp?g
*.png
*.gif
*.svg
*.pdf
*.xls?
.DS_Store

public/*
wp-content/*
languages/
uploads/
!wp-content/
plugins/*
!wp-content/plugins/
wp-content/themes/*
!wp-content/themes/
!wp-content/themes/THEME_NAME/
!wp-content/themes/THEME_NAME/*
!wp-content/themes/THEME_NAME/woocommerce/
public/wp-content/themes/twentyfifteen/
public/wp-content/themes/twentyseventeen/
public/wp-content/themes/twentysixteen/
public/wp-content/themes/storefront/
public/wp-content/themes/index.php
public/wp-content/index.php
public/wp-content/db.php

public/wp-content/plugins/

gitignore gitignore春天

Git忽略spring项目的模板

.gitignore
# Intellij
.DS_Store
.idea/
*.iml
*.iws
# Maven
log/
target/
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

gitignore gitignore破折号

.gitignore

# Created by https://www.gitignore.io/api/node
# Edit at https://www.gitignore.io/?templates=node

### Node ###
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env
.env.test

# parcel-bundler cache (https://parceljs.org/)
.cache

dev

# next.js build output
.next

# nuxt.js build output
.nuxt

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# End of https://www.gitignore.io/api/node

gitignore gitignore

.gitignore
# https://git-scm.com/docs/gitignore
# https://help.github.com/articles/ignoring-files
# Example .gitignore files: https://github.com/github/gitignore
bower_components/
node_modules/
themes/spoonerLaw/.sass-cache/
themes/spoonerLaw/node_modules/
uploads/
plugins/
advanced-cache.php
wp-rocket-config/
cache/
wflogs/
mu-plugins/

gitignore td-tools gitignore

td-tools
# vscode pieces
.vscode/*

# dependencies
dev/dep/*
release/dep*

# the git-pip python bits
dev/dep/python/get-pip.py
release/dep/python/get-pip.py
get-pip.py

# mac files
*.DS_STORE

gitignore 的.gitignore

.gitignore
# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*


# Linux
*.swp
*.swo

# Mac
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
# Icon must end with two \r
Icon


# Windows
Thumbs.db
ehthumbs.db

# node.js
node_modules
logs
*.log
npm-debug.log*
.npm

# SublimeText
.sublime-project
*.sublime-workspace
*.sublime-project
.idea
sftp-config.json

# SASS
.sass-cache
# Vi, Vim, Emacs
*~
*#

# images

#video
*.wmv
*.mpg
*.mpeg
*.mp4
*.mov
*.gif

# audio
*.wav
*.mp3
*.wma


# Linux
*.swp
*.swo

# Mac
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
# Icon must end with two \r
Icon


# Windows
Thumbs.db
ehthumbs.db

# node.js
node_modules
logs
*.log
npm-debug.log*
.npm

# SublimeText
.sublime-project
*.sublime-workspace
*.sublime-project
.idea
sftp-config.json

# SASS
.sass-cache
# Vi, Vim, Emacs
*~
*#

# images

#video
*.wmv
*.mpg
*.mpeg
*.mp4
*.mov
*.gif

# audio
*.wav
*.mp3
*.wma

gitignore React .gitignore plus

.gitignore
# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*


# Linux
*.swp
*.swo

# Mac
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
# Icon must end with two \r
Icon


# Windows
Thumbs.db
ehthumbs.db

# node.js
node_modules
logs
*.log
npm-debug.log*
.npm

# SublimeText
.sublime-project
*.sublime-workspace
*.sublime-project
.idea
sftp-config.json

# SASS
.sass-cache
# Vi, Vim, Emacs
*~
*#

# images

#video
*.wmv
*.mpg
*.mpeg
*.mp4
*.mov
*.gif

# audio
*.wav
*.mp3
*.wma


# Linux
*.swp
*.swo

# Mac
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
# Icon must end with two \r
Icon


# Windows
Thumbs.db
ehthumbs.db

# node.js
node_modules
logs
*.log
npm-debug.log*
.npm

# SublimeText
.sublime-project
*.sublime-workspace
*.sublime-project
.idea
sftp-config.json

# SASS
.sass-cache
# Vi, Vim, Emacs
*~
*#

# images

#video
*.wmv
*.mpg
*.mpeg
*.mp4
*.mov
*.gif

# audio
*.wav
*.mp3
*.wma

gitignore Java的完整.gitignore文件

Java的完整.gitignore文件

.gitignore Java
##########################
## Java
##########################
*.class
.mtj.tmp/
*.jar
*.war
*.ear
hs_err_pid*

##########################
## Maven
##########################
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties

##########################
## IntelliJ
##########################
*.iml
.idea/
*.ipr
*.iws
out/
.idea_modules/

##########################
## Eclipse
##########################
.metadata
.classpath
.project
.settings/
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.loadpath

##########################
## NetBeans
##########################
nbproject/private/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml

##########################
## OS X
##########################
.DS_Store