Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

gitignore template eclipse

*target*
*.jar
*.war
*.ear
*.class

# eclipse specific git ignore
*.pydevproject
.project
.metadata
bin/**
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch
Comment

gitignore for eclipse

.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# PyDev specific (Python IDE for Eclipse)
*.pydevproject

# CDT-specific (C/C++ Development Tooling)
.cproject

# CDT- autotools
.autotools

# Java annotation processor (APT)
.factorypath

# PDT-specific (PHP Development Tools)
.buildpath

# sbteclipse plugin
.target

# Tern plugin
.tern-project

# TeXlipse plugin
.texlipse

# STS (Spring Tool Suite)
.springBeans

# Code Recommenders
.recommenders/

# Annotation Processing
.apt_generated/
.apt_generated_test/

# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
.worksheet

# Uncomment this line if you wish to ignore the project description file.
# Typically, this file would be tracked if it contains build/dependency configurations:
#.project
Comment

PREVIOUS NEXT
Code Example
Shell :: how to download youtube videos in ubuntu 20.04 
Shell :: ssh custom port fla 
Shell :: angular compile cache clear 
Shell :: git change ssh key 
Shell :: how to install cuda on ubuntu 
Shell :: conda install line_profiler 
Shell :: how to copy a directory in unix 
Shell :: git commit and add in one command 
Shell :: resolve merge conflicts git 
Shell :: unable to import wx 
Shell :: github command 
Shell :: how to get github url 
Shell :: ngrok with docker-compose 
Shell :: cmd substring replace 
Shell :: git push functions code 
Shell :: git command line discard changes 
Shell :: how to boot into bios dell 
Shell :: Run C# script on linux terminal 
Shell :: zip linux exclude directory 
Shell :: electron app any website 
Shell :: run speedtest command line mac 
Shell :: uninstall mongo db 
Shell :: disable iptables debian 
Shell :: bash multiline ech 
Shell :: tree process linux commnad 
Shell :: install beekeeper ubuntu 
Shell :: revert last commit git 
Shell :: genereate ssh key 
Shell :: search git history 
Shell :: linux gz unzip 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =