Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dda-proyecciones
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jose Francisco Montiel Jimenez
dda-proyecciones
Commits
470f540f
Commit
470f540f
authored
Jun 24, 2024
by
Jose Francisco Montiel Jimenez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Actualizacion DDA
parent
07296d2d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
136 additions
and
0 deletions
+136
-0
.gitignore
.gitignore
+30
-0
.hgignore
.hgignore
+106
-0
No files found.
.gitignore
0 → 100644
View file @
470f540f
**/target/
/target/
*/target/*
.classpath
.project
.settings
# 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*
.hgignore
0 → 100644
View file @
470f540f
syntax: glob
# Ignore all targets
target
**/*.class
# Ignore IntelliJ Stuff
.idea/
*.iml
**/*.iml
*.ipr
*.iws
# Ignore eclipse stuff
.settings/
.classpath
.project
.metadata/
test-output/
.springBeans
.pydevproject
.tern-project
*-testng-*
orbtrc.*.txt
Servers/*
# Ignore ActiveMQ stuff
activemq-data/
# Ignore Hibernate stuff
.hibernateSynchronizer3/
# Ignore derby stuff
core-data/
**/derby.log
# Ignore Miscellaneous stuff
**/*.log
changes.txt
reminders.txt
# Ignore netbeans stuff
nbactions.xml
# Mac OSX temporal files
*.DS_Store
**/*.orig
*.ipr
*.iws
# se ignora asi mismo
#.hgignore
# Dependencias binarias de proyectos externos
lib/*.jar
# **/classes/**
**/target/classes/**
**/WEB-INF/classes/**
# Archivos temporales swap de python
*.swp
# Ignore MANIFEST
*.MF
# Ignore Bin
*bin
# checkstyle
*checkstyle
# Python files
*.pyc
# Archivo de status de patches
status
# Archivos bak
*.bak
glob:.hgtags.bak
# Se quitan archivos del eclipse ultima version
META-INF/maven
# Ignoramos el package para linux-max
package.sh
*.jasper
# Archivos de configuración de NetBeans.
nb-configuration.xml
classes/
#ignore sonar files
**/altStageDir/**
altStageDir
#Ignorar los Jasper
*.jasper
#Se quitan los temporales del word
~$*
#Se quitan archivos que terminan en tilde
**/*~
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