Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
##### Only include English
2
/lang/*
3
!/lang/en
4
 
5
##### Windows
6
# Windows thumbnail cache files
7
Thumbs.db
8
Thumbs.db:encryptable
9
ehthumbs.db
10
ehthumbs_vista.db
11
 
12
# Dump file
13
*.stackdump
14
 
15
# Folder config file
16
[Dd]esktop.ini
17
 
18
# Recycle Bin used on file shares
19
$RECYCLE.BIN/
20
 
21
# Windows Installer files
22
# Windows Installer files
23
*.cab
24
*.msi
25
*.msix
26
*.msm
27
*.msp
28
 
29
# Windows shortcuts
30
*.lnk
31
 
32
##### Linux
33
*~
34
 
35
# temporary files which can be created if a process still has a handle open of a deleted file
36
.fuse_hidden*
37
 
38
# KDE directory preferences
39
.directory
40
 
41
# Linux trash folder which might appear on any partition or disk
42
.Trash-*
43
 
44
# .nfs files are created when an open file is removed but is still being accessed
45
.nfs*
46
 
47
##### MacOS
48
# General
49
.DS_Store
50
.AppleDouble
51
.LSOverride
52
 
53
# Icon must end with two \r
54
Icon
55
 
56
# Thumbnails
57
._*
58
 
59
# Files that might appear in the root of a volume
60
.DocumentRevisions-V100
61
.fseventsd
62
.Spotlight-V100
63
.TemporaryItems
64
.Trashes
65
.VolumeIcon.icns
66
.com.apple.timemachine.donotpresent
67
 
68
# Directories potentially created on remote AFP share
69
.AppleDB
70
.AppleDesktop
71
Network Trash Folder
72
Temporary Items
73
.apdisk
74
 
75
##### Test file.
76
test.php
77
 
78
##### SQL file.
79
*.sql
80
*.sqlite
81
 
82
##### Data files
83
*.csv
84
 
85
##### Archive files
86
*.zip
87
*.gz
88
*.tar
89
*.tgz
90
*.7z
91
 
92
##### dotenv – Application environment constants
93
*.env
94
 
95
##### Backup
96
*.bak
97
*.bakup
98
*.gho
99
*.old
100
*.ori
101
*.orig
102
*.original
103
*.tmp
104
*.temp
105
 
106
##### Git Patches
107
*.patch
108
 
109
##### GPG
110
secring.*
111
 
112
##### Dropbox
113
# Dropbox
114
.dropbox
115
.dropbox.attr
116
.dropbox.cache
117
 
118
##### SynopsysVCS
119
# Waveform formats
120
*.vcd
121
*.vpd
122
*.evcd
123
*.fsdb
124
 
125
# Default name of the simulation executable.  A different name can be
126
# specified with this switch (the associated daidir database name is
127
# also taken from here):  -o <path>/<filename>
128
simv
129
 
130
# Generated for Verilog and VHDL top configs
131
simv.daidir/
132
simv.db.dir/
133
 
134
# Infrastructure necessary to co-simulate SystemC models with
135
# Verilog/VHDL models.  An alternate directory may be specified with this
136
# switch:  -Mdir=<directory_path>
137
csrc/
138
 
139
# Log file - the following switch allows specifying the file that will be
140
# used to write all messages from the simulation:  -l <filename>
141
*.log
142
error_log
143
error.log
144
 
145
# Coverage results (generated with urg) and database location.  The
146
# following switch can also be used:  urg -dir <coverage_directory>.vdb
147
simv.vdb/
148
urgReport/
149
 
150
# DVE and UCLI related files.
151
DVEfiles/
152
ucli.key
153
 
154
# When the design is elaborated for DirectC, the following file is created
155
# with declarations for C/C++ functions.
156
vc_hdrs.h
157
 
158
##### SVN
159
.svn/
160
 
161
##### Mercurial
162
.hg/
163
.hgignore
164
.hgsigs
165
.hgsub
166
.hgsubstate
167
.hgtags
168
 
169
##### Bazaar
170
.bzr/
171
.bzrignore
172
 
173
##### CVS
174
/CVS/*
175
**/CVS/*
176
.cvsignore
177
*/.cvsignore
178
 
179
##### TortoiseGit
180
# Project-level settings
181
/.tgitconfig
182
 
183
##### PuTTY
184
# Private key
185
*.ppk
186
 
187
##### VIM
188
# Swap
189
[._]*.s[a-v][a-z]
190
!*.svg  # comment out to include vector files in your project
191
[._]*.sw[a-p]
192
[._]s[a-rt-v][a-z]
193
[._]ss[a-gi-z]
194
[._]sw[a-p]
195
 
196
# Session
197
Session.vim
198
Sessionx.vim
199
 
200
Temporary
201
.netrwhist
202
*~
203
# Auto-generated tag files
204
tags
205
# Persistent undo
206
[._]*.un~
207
 
208
##### Emacs
209
# -*- mode: gitignore; -*-
210
*~
211
\#*\#
212
/.emacs.desktop
213
/.emacs.desktop.lock
214
*.elc
215
auto-save-list
216
tramp
217
.\#*
218
 
219
# Org-mode
220
.org-id-locations
221
*_archive
222
 
223
# flymake-mode
224
*_flymake.*
225
 
226
# eshell files
227
/eshell/history
228
/eshell/lastdir
229
 
230
# elpa packages
231
/elpa/
232
 
233
# reftex files
234
*.rel
235
 
236
# AUCTeX auto folder
237
/auto/
238
 
239
# cask packages
240
.cask/
241
dist/
242
 
243
# Flycheck
244
flycheck_*.el
245
 
246
# server auth directory
247
/server/
248
 
249
# projectiles files
250
.projectile
251
 
252
# directory configuration
253
.dir-locals.el
254
 
255
# network security
256
/network-security.data
257
 
258
##### SublimeText
259
# Cache files for Sublime Text
260
*.tmlanguage.cache
261
*.tmPreferences.cache
262
*.stTheme.cache
263
# Workspace files are user-specific
264
*.sublime-workspace
265
 
266
# Project files should be checked into the repository unless a significant
267
# proportion of contributors will probably not be using Sublime Text
268
# *.sublime-project
269
 
270
# SFTP configuration file
271
sftp-config.json
272
sftp-config-alt*.json
273
 
274
# Package control specific files
275
Package Control.last-run
276
Package Control.ca-list
277
Package Control.ca-bundle
278
Package Control.system-ca-bundle
279
Package Control.cache/
280
Package Control.ca-certs/
281
Package Control.merged-ca-bundle
282
Package Control.user-ca-bundle
283
oscrypto-ca-bundle.crt
284
bh_unicode_properties.cache
285
 
286
# Sublime-github package stores a GitHub token in this file
287
# https://packagecontrol.io/packages/sublime-github
288
GitHub.sublime-settings
289
 
290
##### TextMate
291
*.tmproj
292
*.tmproject
293
tmtags
294
 
295
##### VisualStudioCode
296
.vscode/
297
.vscode/*
298
!.vscode/settings.json
299
!.vscode/tasks.json
300
!.vscode/launch.json
301
!.vscode/extensions.json
302
*.code-workspace
303
 
304
# Local History for Visual Studio Code
305
.history/
306
 
307
##### NetBeans
308
**/nbproject/private/
309
**/nbproject/Makefile-*.mk
310
**/nbproject/Package-*.bash
311
build/
312
nbbuild/
313
dist/
314
nbdist/
315
.nb-gradle/
316
 
317
##### JetBrains
318
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
319
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
320
 
321
# User-specific stuff
322
.idea/**/workspace.xml
323
.idea/**/tasks.xml
324
.idea/**/usage.statistics.xml
325
.idea/**/dictionaries
326
.idea/**/shelf
327
 
328
# Generated files
329
.idea/**/contentModel.xml
330
 
331
# Sensitive or high-churn files
332
.idea/**/dataSources/
333
.idea/**/dataSources.ids
334
.idea/**/dataSources.local.xml
335
.idea/**/sqlDataSources.xml
336
.idea/**/dynamic.xml
337
.idea/**/uiDesigner.xml
338
.idea/**/dbnavigator.xml
339
 
340
##### Eclipse
341
.metadata
342
bin/
343
tmp/
344
*~.nib
345
local.properties
346
.settings/
347
.loadpath
348
.recommenders
349
 
350
##### Dreamweaver
351
# DW Dreamweaver added files
352
_notes
353
_compareTemp
354
configs/
355
dwsync.xml
356
dw_php_codehinting.config
357
*.mno
358
 
359
# External tool builders
360
.externalToolBuilders/
361
 
362
# Locally stored "Eclipse launch configurations"
363
*.launch
364
 
365
# PyDev specific (Python IDE for Eclipse)
366
*.pydevproject
367
 
368
# CDT-specific (C/C++ Development Tooling)
369
.cproject
370
 
371
# CDT- autotools
372
.autotools
373
 
374
# Java annotation processor (APT)
375
.factorypath
376
 
377
# PDT-specific (PHP Development Tools)
378
.buildpath
379
 
380
# sbteclipse plugin
381
.target
382
 
383
# Tern plugin
384
.tern-project
385
 
386
# TeXlipse plugin
387
.texlipse
388
 
389
# STS (Spring Tool Suite)
390
.springBeans
391
 
392
# Code Recommenders
393
.recommenders/
394
 
395
# Annotation Processing
396
.apt_generated/
397
.apt_generated_test/
398
 
399
# Scala IDE specific (Scala & Java development for Eclipse)
400
.cache-main
401
.scala_dependencies
402
.worksheet
403
 
404
# Uncomment this line if you wish to ignore the project description file.
405
# Typically, this file would be tracked if it contains build/dependency configurations:
406
#.project
407
 
408
##### Dreamweaver
409
# DW Dreamweaver added files
410
_notes
411
_compareTemp
412
configs/
413
dwsync.xml
414
dw_php_codehinting.config
415
*.mno
416
 
417
##### CodeKit
418
# General CodeKit files to ignore
419
config.codekit
420
config.codekit3
421
/min
422
 
423
#### Gradle
424
.gradle
425
**/build/
426
!src/**/build/
427
 
428
# Ignore Gradle GUI config
429
gradle-app.setting
430
 
431
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
432
!gradle-wrapper.jar
433
 
434
# Cache of project
435
.gradletasknamecache
436
 
437
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
438
# gradle/wrapper/gradle-wrapper.properties
439
 
440
##### Composer
441
composer.phar
442
/vendor/
443
 
444
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
445
# You may choose to ignore a library lock file https://getcomposer.org/doc/02-libraries.md#lock-file
446
composer.lock
447
 
448
##### PHP CodeSniffer
449
# gitignore for the PHP Codesniffer framework
450
# website: https://github.com/squizlabs/PHP_CodeSniffer
451
#
452
# Recommended template: PHP.gitignore
453
 
454
/wpcs/*
455
 
456
##### SASS
457
.sass-cache/
458
*.css.map
459
*.sass.map
460
*.scss.map